Interface | Description |
---|---|
Stream<T> |
Interface describing a stream of data items.
|
Class | Description |
---|---|
AbstractStream<T> |
Abstract base implementation of a read-only (i.e.
|
BlockingDroppingBufferedStream<T> |
Base for a
Stream with an internal buffer based on a
BlockingDroppingQueue . |
BufferedReaderStream | |
CollectionStream<T> |
Stream based on any Collection of items. |