public static class LineIterator.LineIteratorFactory<X> extends java.lang.Object implements IteratorFromReaderFactory<X>, java.io.Serializable
| Constructor and Description |
|---|
LineIterator.LineIteratorFactory() |
LineIterator.LineIteratorFactory(Function<java.lang.String,X> op) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<X> |
getIterator(java.io.Reader r)
Return an iterator over the contents read from r.
|
public java.util.Iterator<X> getIterator(java.io.Reader r)
IteratorFromReaderFactorygetIterator in interface IteratorFromReaderFactory<X>r - Where to read objects from