it.unimi.dsi.mg4j.util
Class BitVectorBooleanIterator
java.lang.Object
it.unimi.dsi.fastutil.booleans.AbstractBooleanIterator
it.unimi.dsi.fastutil.booleans.AbstractBooleanBidirectionalIterator
it.unimi.dsi.fastutil.booleans.AbstractBooleanListIterator
it.unimi.dsi.mg4j.util.BitVectorBooleanIterator
- All Implemented Interfaces:
- BidirectionalIterator<Boolean>, BooleanBidirectionalIterator, BooleanIterator, BooleanListIterator, ObjectBidirectionalIterator<Boolean>, ObjectIterator<Boolean>, Iterator<Boolean>, ListIterator<Boolean>
Deprecated. Useless, since we now have the BitVector
implementations
in the DSI utilities.
@Deprecated
public class BitVectorBooleanIterator
- extends AbstractBooleanListIterator
A boolean iterator returning the bits of a bit vector.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitVectorBooleanIterator
public BitVectorBooleanIterator(BitVector bitVector)
- Deprecated.
previousBoolean
public boolean previousBoolean()
- Deprecated.
- Specified by:
previousBoolean
in interface BooleanBidirectionalIterator
- Overrides:
previousBoolean
in class AbstractBooleanBidirectionalIterator
nextBoolean
public boolean nextBoolean()
- Deprecated.
- Specified by:
nextBoolean
in interface BooleanIterator
- Overrides:
nextBoolean
in class AbstractBooleanIterator
nextIndex
public int nextIndex()
- Deprecated.
previousIndex
public int previousIndex()
- Deprecated.
hasNext
public boolean hasNext()
- Deprecated.
hasPrevious
public boolean hasPrevious()
- Deprecated.