net.sf.extjwnl.dictionary
Class MapBackedDictionary.IndexWordIterator
java.lang.Object
net.sf.extjwnl.dictionary.MapBackedDictionary.IndexWordIterator
- All Implemented Interfaces:
- Iterator<IndexWord>
- Enclosing class:
- MapBackedDictionary
public static final class MapBackedDictionary.IndexWordIterator
- extends Object
- implements Iterator<IndexWord>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapBackedDictionary.IndexWordIterator
public MapBackedDictionary.IndexWordIterator(Iterator<IndexWord> itr,
String searchString,
IndexWord startWord)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<IndexWord>
next
public IndexWord next()
- Specified by:
next
in interface Iterator<IndexWord>
remove
public void remove()
- Specified by:
remove
in interface Iterator<IndexWord>
Copyright © 2011. All Rights Reserved.