de.lmu.ifi.dbs.elki.utilities
Class Util.MaskedArrayList.Itr
java.lang.Object
de.lmu.ifi.dbs.elki.utilities.Util.MaskedArrayList.Itr
- All Implemented Interfaces:
- Iterator<T>
- Enclosing class:
- Util.MaskedArrayList<T>
protected class Util.MaskedArrayList.Itr
- extends Object
- implements Iterator<T>
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.
Util.MaskedArrayList.Itr
protected Util.MaskedArrayList.Itr()
- Constructor
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<T>
next
public T next()
- Specified by:
next
in interface Iterator<T>
remove
public void remove()
- Specified by:
remove
in interface Iterator<T>