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 SummaryConstructorsConstructorDescriptionBuild the iterable over a buffered reader
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
FileLinesIterableBuild the iterable over a buffered reader- Parameters:
- br- the buffer
 
 
- 
- 
Method Details