
private class KNNSubList.Itr extends Object implements DoubleDBIDListIter
| Modifier and Type | Field and Description |
|---|---|
private int |
pos
Current position.
|
| Modifier | Constructor and Description |
|---|---|
private |
KNNSubList.Itr() |
| Modifier and Type | Method and Description |
|---|---|
KNNSubList.Itr |
advance()
Moves the iterator forward to the next entry.
|
KNNSubList.Itr |
advance(int count)
Moves the iterator forward or backward by the given offset.
|
double |
doubleValue()
Get the double value
|
int |
getOffset()
Get current iterator offset.
|
DoubleDBIDPair |
getPair()
Materialize an object pair.
|
int |
internalGetIndex()
Get the internal index.
|
KNNSubList.Itr |
retract()
Moves the iterator backward to the previous entry.
|
KNNSubList.Itr |
seek(int off)
Moves the iterator to the given position
|
boolean |
valid()
Returns true if the iterator currently points to a valid object.
|
public boolean valid()
Iterpublic KNNSubList.Itr advance()
Iteradvance in interface DBIDArrayIteradvance in interface DBIDIteradvance in interface DoubleDBIDListIteradvance in interface ArrayIteradvance in interface Iterpublic double doubleValue()
DoubleDBIDListIterdoubleValue in interface DoubleDBIDListIterpublic DoubleDBIDPair getPair()
DoubleDBIDListIter#doubleValue() and exploit that the iterator itself is a
DBIDRef reference.getPair in interface DoubleDBIDListIterpublic int internalGetIndex()
DBIDRefinternalGetIndex in interface DBIDRefpublic int getOffset()
ArrayIterpublic KNNSubList.Itr advance(int count)
ArrayIteradvance in interface DBIDArrayIteradvance in interface DoubleDBIDListIteradvance in interface ArrayItercount - offset to move forward or backwardspublic KNNSubList.Itr retract()
ArrayIterretract in interface DBIDArrayIterretract in interface DoubleDBIDListIterretract in interface ArrayIterpublic KNNSubList.Itr seek(int off)
ArrayIterseek in interface DBIDArrayIterseek in interface DoubleDBIDListIterseek in interface ArrayIteroff - Seek offsetCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.