helix.graph.util
Class BitSetIterator
java.lang.Object
helix.graph.util.BitSetIterator
- All Implemented Interfaces:
- Iterator<Integer>
public class BitSetIterator
- extends Object
- implements Iterator<Integer>
BitSetIterator
public BitSetIterator(BitSet b)
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>