All Packages Class Hierarchy This Package Previous Next Index
macondo.mistero.collections.ReadIterator
ReadIterator
is an iterator that reads a sequence
of tuples in a collection. If the collection is empty or all tuples
have been read this iterator blocks, waiting for the insertion of
other tuples.
ReadIterator
on the given space
to read tuples with the given pattern.
public ReadIterator(Space space, Tuple pattern)
ReadIterator
on the given space
to read tuples with the given pattern.
public Tuple nextTuple()
All Packages Class Hierarchy This Package Previous Next Index