Uses of Class
edu.iu.cnets.klatsch.stream.Stream

Packages that use Stream
edu.iu.cnets.klatsch.lang   
edu.iu.cnets.klatsch.stream   
 

Uses of Stream in edu.iu.cnets.klatsch.lang
 

Fields in edu.iu.cnets.klatsch.lang declared as Stream
 Stream VStream.s
           
 

Constructors in edu.iu.cnets.klatsch.lang with parameters of type Stream
VStream(Stream s)
           
 

Uses of Stream in edu.iu.cnets.klatsch.stream
 

Subclasses of Stream in edu.iu.cnets.klatsch.stream
 class SEventIterator
          This class wraps a stream around an iterator over Event objects.
 class SIterator
          This class wraps a stream around an iterator of Value objects.
 class SLimit
          This type of stream applies an element limit to an existing stream.
 class SList
          This class wraps a stream around a VList.
 class SProcedure
          This class wraps a stream around a procedure.
 class SRange
          This class builds a stream around a numeric iteration.
 class SWrapperIterator
          This class wraps a stream around an iterator over non-Klatsch values.
 

Fields in edu.iu.cnets.klatsch.stream declared as Stream
(package private)  Stream SLimit.s
          the stream we've encapsulated
 

Constructors in edu.iu.cnets.klatsch.stream with parameters of type Stream
SLimit(Stream s, int left)
          Builds a new element-limited stream from the given one.