de.lmu.ifi.dbs.elki.utilities
Class Util.MaskedArrayList.Itr

java.lang.Object
  extended by 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.
 
Constructor Summary
protected Util.MaskedArrayList.Itr()
          Constructor
 
Method Summary
 boolean hasNext()
           
 T next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pos

private int pos
Next position.

Constructor Detail

Util.MaskedArrayList.Itr

protected Util.MaskedArrayList.Itr()
Constructor

Method Detail

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>

Release 0.4.0 (2011-09-20_1324)