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 FileBackedDictionary.FileLookaheadIterator
_fileType, _pos -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FileBackedDictionary.FileLookaheadIterator
getNextOffset, hasNext, next, nextLine, nextOffset, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
IndexFileLookaheadIterator
-
-
Method Details
-
parseLine
- Specified by:
parseLinein classFileBackedDictionary.FileLookaheadIterator
-