de.lmu.ifi.dbs.elki.utilities
Class Util.MaskedArrayList.Itr
java.lang.Object
   de.lmu.ifi.dbs.elki.utilities.Util.MaskedArrayList.Itr
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 | posNext 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:
- hasNextin interface- Iterator<T>
 
- 
 
next
public T next()
- 
- Specified by:
- nextin interface- Iterator<T>
 
- 
 
remove
public void remove()
- 
- Specified by:
- removein interface- Iterator<T>
 
-