Class BitVectorIterator
java.lang.Object
org.wikidata.wdtk.storage.datastructures.BitVectorIterator
This is an iterator for a bit vector.
- Author:
- Julian Mendez
-
Constructor Summary
ConstructorDescriptionBitVectorIterator
(BitVector bitVector) Constructs an iterator for a bit vector. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
BitVectorIterator
Constructs an iterator for a bit vector.- Parameters:
bitVector
- bit vector
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-