borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.model
java.lang.Object +----borland.jbcl.model.SplicingInputIterator
Constructors Properties Methods
Implements InputIterator, Cloneable, Enumeration
The SplicingInputIterator class is an input iterator that splices multiple input iterators together, producing a single iteration sequence.
public SplicingInputIterator(COM.objectspace.jgl.InputIterator[] slaves)Constructs a SplicingInputIterator object, using the specified array of InputIterators.
public Object getadvance()Returns the next Object in the iteration sequence.
public boolean equals(COM.objectspace.jgl.InputIterator that)Compares an element in the SplicingInputIterator with that of the specified InputIterator. If the values are equal, the method returns true; otherwise it returns false.
protected Object getNextMatching()Returns the next matching Object in the iteration. If no matching element is found, the method returns null.
protected boolean includeObject(java.lang.Object o)Returns true if the specified Object is included in the iteration.