Package edu.iu.cnets.klatsch.stream

Class Summary
SEventIterator This class wraps a stream around an iterator over Event objects.
SIterator This class wraps a stream around an iterator of Value objects.
SLimit This type of stream applies an element limit to an existing stream.
SList This class wraps a stream around a VList.
SProcedure This class wraps a stream around a procedure.
SRange This class builds a stream around a numeric iteration.
Stream A stream differs from a list in that it's not random-access and doesn't necessarily have finite length.
SWrapperIterator This class wraps a stream around an iterator over non-Klatsch values.