Interface Stream<T>
- Type Parameters:
T- type of elements of the stream
- All Superinterfaces:
AutoCloseable, Closeable, CloseableIterator<T>, Writer<T>
- All Known Subinterfaces:
InMemoryStream<T>
- All Known Implementing Classes:
ArrayBlockingStream, QueueStream
Represents a closeable iterator that can also be written to.
- Author:
- Clément Sipieter (INRIA) <clement@6pi.fr>
-
Method Summary
Methods inherited from interface CloseableIterator
close, hasNext, next