org.apache.lucene.search.spell
Class HighFrequencyDictionary.HighFrequencyIterator
java.lang.Object
org.apache.lucene.search.spell.HighFrequencyDictionary.HighFrequencyIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- HighFrequencyDictionary
final class HighFrequencyDictionary.HighFrequencyIterator
- extends Object
- implements Iterator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HighFrequencyDictionary.HighFrequencyIterator
HighFrequencyDictionary.HighFrequencyIterator()
next
public Object next()
- Specified by:
next in interface Iterator
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator
remove
public void remove()
- Specified by:
remove in interface Iterator
Copyright (c) 2004-2008 The Compass Project.