
| Constructor and Description | 
|---|
| UnmodifiableDBIDs.UnmodifiableDBIDIter(DBIDIter it)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | advance()Moves the iterator forward to the next entry. | 
| int | internalGetIndex()Get the internal index. | 
| boolean | valid()Returns true if the iterator currently points to a valid object. | 
private DBIDIter it
public UnmodifiableDBIDs.UnmodifiableDBIDIter(DBIDIter it)
it - inner iteratorpublic boolean valid()
Iterpublic void advance()
Iterpublic int internalGetIndex()
DBIDRefinternalGetIndex in interface DBIDRef