
class UnmodifiableIntegerDBIDs.UnmodifiableDBIDIter extends Object implements IntegerDBIDIter
| Modifier and Type | Field and Description | 
|---|---|
| private IntegerDBIDIter | itWrapped iterator. | 
| Constructor and Description | 
|---|
| UnmodifiableIntegerDBIDs.UnmodifiableDBIDIter(IntegerDBIDIter it)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | advance()Moves the iterator forward to the next entry. | 
| int | internalGetIndex()Return the integer value of the object ID. | 
| boolean | valid()Returns true if the iterator currently points to a valid object. | 
private IntegerDBIDIter it
public UnmodifiableIntegerDBIDs.UnmodifiableDBIDIter(IntegerDBIDIter it)
it - inner iteratorpublic boolean valid()
Iterpublic void advance()
Iterpublic int internalGetIndex()
IntegerDBIDRefinternalGetIndex in interface DBIDRefinternalGetIndex in interface IntegerDBIDRef