| Interface | Description |
|---|---|
| SkippingIterator<V> |
Adds ability to skip ahead in an iterator, perhaps more efficiently than by calling
Iterator.next()
repeatedly. |
| Class | Description |
|---|---|
| FileLineIterable |
Iterable representing the lines of a text file.
|
| FileLineIterator |
Iterates over the lines of a text file.
|
Copyright © 2012-2013 Myrrix Ltd. All Rights Reserved.