Uses of Interface
jaggregate.Stream

Packages that use Stream
jaggregate Jaggregate is a J2SE 5.0-aware collections library that is modeled after the ANSI Smalltalk collection protocols. 
 

Uses of Stream in jaggregate
 

Classes in jaggregate that implement Stream
 class CollectionStream<E,S extends ReadOnlySequence<E>>
          Represents a stream that has a ReadOnlySequence as its stream backing store.
 class ReadStream<E>
          Represents a stream that has a positionable sequence of values that can be read.
 class WriteStream<E>
          Represents a stream that has a positionable sequence of values to which new values may be written.
 



© Copyright 2004-2008 Paul R. Holser, Jr. All rights reserved. Licensed under the Academic Free License version 3.0. pholser@alumni.rice.edu