private class ArrayModifiableIntegerDBIDs.Slice.SliceItr extends Object implements IntegerDBIDArrayIter
Modifier and Type | Field and Description |
---|---|
(package private) int |
pos
Iterator position.
|
Modifier | Constructor and Description |
---|---|
private |
ArrayModifiableIntegerDBIDs.Slice.SliceItr() |
Modifier and Type | Method and Description |
---|---|
ArrayModifiableIntegerDBIDs.Slice.SliceItr |
advance()
Moves the iterator forward to the next entry.
|
ArrayModifiableIntegerDBIDs.Slice.SliceItr |
advance(int count)
Moves the iterator forward or backward by the given offset.
|
int |
getOffset()
Get current iterator offset.
|
int |
internalGetIndex()
Return the integer value of the object ID.
|
ArrayModifiableIntegerDBIDs.Slice.SliceItr |
retract()
Moves the iterator backward to the previous entry.
|
ArrayModifiableIntegerDBIDs.Slice.SliceItr |
seek(int off)
Moves the iterator to the given position
|
String |
toString() |
boolean |
valid()
Returns true if the iterator currently points to a valid object.
|
private ArrayModifiableIntegerDBIDs.Slice.SliceItr()
public int internalGetIndex()
IntegerDBIDRef
internalGetIndex
in interface DBIDRef
internalGetIndex
in interface IntegerDBIDRef
public boolean valid()
Iter
public ArrayModifiableIntegerDBIDs.Slice.SliceItr advance()
Iter
public int getOffset()
ArrayIter
public ArrayModifiableIntegerDBIDs.Slice.SliceItr advance(int count)
ArrayIter
advance
in interface DBIDArrayIter
advance
in interface ArrayIter
count
- offset to move forward or backwardspublic ArrayModifiableIntegerDBIDs.Slice.SliceItr retract()
ArrayIter
retract
in interface DBIDArrayIter
retract
in interface ArrayIter
public ArrayModifiableIntegerDBIDs.Slice.SliceItr seek(int off)
ArrayIter
seek
in interface DBIDArrayIter
seek
in interface ArrayIter
off
- Seek offsetCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.