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

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.utilities.Util.MaskedArrayList.InvItr
All Implemented Interfaces:
Iterator<T>
Enclosing class:
Util.MaskedArrayList<T>

protected class Util.MaskedArrayList.InvItr
extends Object
implements Iterator<T>

Iterator over unset elements.


Field Summary
private  int pos
          Next unset position.
 
Constructor Summary
protected Util.MaskedArrayList.InvItr()
          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 unset position.

Constructor Detail

Util.MaskedArrayList.InvItr

protected Util.MaskedArrayList.InvItr()
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)