Class BitSetIterator
- java.lang.Object
-
- org.apache.ignite.internal.cluster.graph.BitSetIterator
-
-
Constructor Summary
Constructors Constructor Description BitSetIterator(BitSet bitSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Integernext()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
BitSetIterator
public BitSetIterator(BitSet bitSet)
- Parameters:
bitSet- Bitset.
-
-
Method Detail
-
next
public Integer next() throws NoSuchElementException
- Specified by:
nextin interfaceIterator<Integer>- Throws:
NoSuchElementException
-
-