Package net.didion.jwnl.dictionary
Class FileBackedDictionary.IndexFileLookaheadIterator
java.lang.Object
net.didion.jwnl.dictionary.FileBackedDictionary.FileLookaheadIterator
net.didion.jwnl.dictionary.FileBackedDictionary.IndexFileLookaheadIterator
- All Implemented Interfaces:
Iterator
- Direct Known Subclasses:
FileBackedDictionary.SubstringIndexFileLookaheadIterator
- Enclosing class:
FileBackedDictionary
private class FileBackedDictionary.IndexFileLookaheadIterator
extends FileBackedDictionary.FileLookaheadIterator
-
Field Summary
Fields inherited from class net.didion.jwnl.dictionary.FileBackedDictionary.FileLookaheadIterator
_fileType, _pos
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.didion.jwnl.dictionary.FileBackedDictionary.FileLookaheadIterator
getNextOffset, hasNext, next, nextLine, nextOffset, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
IndexFileLookaheadIterator
-
-
Method Details
-
parseLine
- Specified by:
parseLine
in classFileBackedDictionary.FileLookaheadIterator
-