public class BufferedReaderStream extends AbstractStream<String>
Constructor and Description |
---|
BufferedReaderStream(BufferedReader reader)
Construct with the given collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
String |
next() |
filter, forEach, forEach, forEach, iterator, map, map, parallelForEach, parallelForEach, remove, transform
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
public BufferedReaderStream(BufferedReader reader)
reader
-