Package net.didion.jwnl.dictionary
Class DatabaseBackedDictionary.IndexWordIterator
- java.lang.Object
-
- net.didion.jwnl.dictionary.DatabaseBackedDictionary.DatabaseElementIterator
-
- net.didion.jwnl.dictionary.DatabaseBackedDictionary.IndexWordIterator
-
- All Implemented Interfaces:
java.util.Iterator
- Enclosing class:
- DatabaseBackedDictionary
private class DatabaseBackedDictionary.IndexWordIterator extends DatabaseBackedDictionary.DatabaseElementIterator
-
-
Constructor Summary
Constructors Constructor Description IndexWordIterator(POS pos, Query query)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DictionaryElement
createElement()
-
Methods inherited from class net.didion.jwnl.dictionary.DatabaseBackedDictionary.DatabaseElementIterator
finalize, getPOS, getResults, hasNext, next, remove
-
-
-
-
Method Detail
-
createElement
protected DictionaryElement createElement() throws java.lang.Exception
- Specified by:
createElement
in classDatabaseBackedDictionary.DatabaseElementIterator
- Throws:
java.lang.Exception
-
-