
class UnmodifiableIntegerArrayDBIDs.UnmodifiableDBIDIter extends Object implements IntegerDBIDArrayIter
| Modifier and Type | Field and Description | 
|---|---|
| private IntegerDBIDArrayIter | itWrapped iterator. | 
| Constructor and Description | 
|---|
| UnmodifiableIntegerArrayDBIDs.UnmodifiableDBIDIter(IntegerDBIDArrayIter it)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | advance()Moves the iterator forward to the next entry. | 
| void | 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. | 
| void | retract()Moves the iterator backward to the previous entry. | 
| void | 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 IntegerDBIDArrayIter it
public UnmodifiableIntegerArrayDBIDs.UnmodifiableDBIDIter(IntegerDBIDArrayIter it)
it - inner iteratorpublic boolean valid()
Iterpublic void advance()
Iterpublic void advance(int count)
ArrayIterpublic void retract()
ArrayIterpublic void seek(int off)
ArrayIterpublic int getOffset()
ArrayIterpublic int internalGetIndex()
IntegerDBIDRefinternalGetIndex in interface DBIDRefinternalGetIndex in interface IntegerDBIDRef