de.lmu.ifi.dbs.elki.database.ids.integer
Class IntegerArrayStaticDBIDs.Itr
java.lang.Object
de.lmu.ifi.dbs.elki.database.ids.integer.IntegerArrayStaticDBIDs.Itr
- All Implemented Interfaces:
- Iterator<DBID>
- Enclosing class:
- IntegerArrayStaticDBIDs
protected class IntegerArrayStaticDBIDs.Itr
- extends Object
- implements Iterator<DBID>
Iterator class.
Field Summary |
(package private) int |
off
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
off
int off
IntegerArrayStaticDBIDs.Itr
protected IntegerArrayStaticDBIDs.Itr()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<DBID>
next
public DBID next()
- Specified by:
next
in interface Iterator<DBID>
remove
public void remove()
- Specified by:
remove
in interface Iterator<DBID>