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:
java.util.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 Constructor Description IndexFileLookaheadIterator(POS pos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
parseLine(POS pos, long offset, java.lang.String line)
-
Methods inherited from class net.didion.jwnl.dictionary.FileBackedDictionary.FileLookaheadIterator
getNextOffset, hasNext, next, nextLine, nextOffset, remove
-
-
-
-
Constructor Detail
-
IndexFileLookaheadIterator
public IndexFileLookaheadIterator(POS pos)
-
-
Method Detail
-
parseLine
protected java.lang.Object parseLine(POS pos, long offset, java.lang.String line)
- Specified by:
parseLine
in classFileBackedDictionary.FileLookaheadIterator
-
-