helix.graph.util
Class BitSetIterator

java.lang.Object
  extended by helix.graph.util.BitSetIterator
All Implemented Interfaces:
Iterator<Integer>

public class BitSetIterator
extends Object
implements Iterator<Integer>


Constructor Summary
BitSetIterator(BitSet b)
           
 
Method Summary
 boolean hasNext()
           
 Integer next()
           
 void remove()
          not implemented : throws UnsupportedOperationException
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitSetIterator

public BitSetIterator(BitSet b)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Integer>

next

public Integer next()
             throws NoSuchElementException
Specified by:
next in interface Iterator<Integer>
Throws:
NoSuchElementException

remove

public void remove()
not implemented : throws UnsupportedOperationException

Specified by:
remove in interface Iterator<Integer>