borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.model 

SplicingInputIterator class

java.lang.Object
   +----borland.jbcl.model.SplicingInputIterator

About the SplicingInputIterator class

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.


SplicingInputIterator constructors

SplicingInputIterator properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

SplicingInputIterator methods

Methods implemented in this class

Methods implemented in java.lang.Object


SplicingInputIterator constructors

SplicingInputIterator(COM.objectspace.jgl.InputIterator[])

  public SplicingInputIterator(COM.objectspace.jgl.InputIterator[] slaves)
Constructs a SplicingInputIterator object, using the specified array of InputIterators.

SplicingInputIterator properties

advance

 public Object getadvance()
Returns the next Object in the iteration sequence.

SplicingInputIterator methods

equals(COM.objectspace.jgl.InputIterator)

  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.

getNextMatching()

  protected Object getNextMatching()
Returns the next matching Object in the iteration. If no matching element is found, the method returns null.

includeObject(java.lang.Object)

  protected boolean includeObject(java.lang.Object o)
Returns true if the specified Object is included in the iteration.