it.unimi.dsi.mg4j.util
Class BitVectorBooleanIterator

java.lang.Object
  extended by it.unimi.dsi.fastutil.booleans.AbstractBooleanIterator
      extended by it.unimi.dsi.fastutil.booleans.AbstractBooleanBidirectionalIterator
          extended by it.unimi.dsi.fastutil.booleans.AbstractBooleanListIterator
              extended by 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.


Constructor Summary
BitVectorBooleanIterator(BitVector bitVector)
          Deprecated.  
 
Method Summary
 boolean hasNext()
          Deprecated.  
 boolean hasPrevious()
          Deprecated.  
 boolean nextBoolean()
          Deprecated.  
 int nextIndex()
          Deprecated.  
 boolean previousBoolean()
          Deprecated.  
 int previousIndex()
          Deprecated.  
 
Methods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanListIterator
add, add, set, set
 
Methods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanBidirectionalIterator
back, previous
 
Methods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanIterator
next, remove, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.ListIterator
next, previous, remove
 
Methods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanBidirectionalIterator
back
 
Methods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanIterator
skip
 
Methods inherited from interface it.unimi.dsi.fastutil.objects.ObjectIterator
skip
 
Methods inherited from interface it.unimi.dsi.fastutil.BidirectionalIterator
previous
 

Constructor Detail

BitVectorBooleanIterator

public BitVectorBooleanIterator(BitVector bitVector)
Deprecated. 
Method Detail

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.