borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.model
java.lang.Object +----borland.jbcl.model.BitSetFilteredInputIterator
Constructors Properties Methods
Implements InputIterator, Cloneable, Enumeration
The BitSetFilteredInputIterator class implements the InputIterator interface. An input iterator reads one item at a time in a foward direction. BitSetFilteredInputIterator iterates over the data that is contained in a BitSet only, thereby filtering out certain elements.
public BitSetFilteredInputIterator(COM.objectspace.jgl.RandomAccessIterator iterator, java.util.BitSet selectSet)Constructs a BitSetFilteredInputIterator object.
Parameters:
public Object getadvance()Moves one step forward through the data.