Package lazyj
Class FileLinesIterable
java.lang.Object
lazyj.FileLinesIterable
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterable<String>
Iterable object over the lines in a buffer
- Author:
- costing
-
Constructor Summary
ConstructorsConstructorDescriptionBuild the iterable over a buffered reader -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
FileLinesIterable
Build the iterable over a buffered reader- Parameters:
br
- the buffer
-
-
Method Details