public class PairIterator extends LineIterator
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
next()
Returns the next pair.
|
Pair |
nextPair()
Returns the next pair.
|
hasNext, nextLine, readToEOF, removepublic java.lang.Object next()
next in interface java.util.Iteratornext in class LineIteratorpublic Pair nextPair() throws java.io.IOException
java.io.IOException