de.lmu.ifi.dbs.elki.database.ids.generic
Class MaskedDBIDs.Itr
java.lang.Object
de.lmu.ifi.dbs.elki.database.ids.generic.MaskedDBIDs.Itr
- All Implemented Interfaces:
- Iterator<DBID>
- Enclosing class:
- MaskedDBIDs
protected class MaskedDBIDs.Itr
- extends Object
- implements Iterator<DBID>
Iterator over set bits
Field Summary |
private int |
pos
Next position. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pos
private int pos
- Next position.
MaskedDBIDs.Itr
protected MaskedDBIDs.Itr()
- Constructor
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>