net.sf.extjwnl.dictionary
Class AbstractCachingDictionary.IndexWordIterator
java.lang.Object
net.sf.extjwnl.dictionary.AbstractCachingDictionary.IndexWordIterator
- All Implemented Interfaces:
- Iterator<IndexWord>
- Enclosing class:
- AbstractCachingDictionary
public static final class AbstractCachingDictionary.IndexWordIterator
- extends Object
- implements Iterator<IndexWord>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCachingDictionary.IndexWordIterator
public AbstractCachingDictionary.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 © 2013. All Rights Reserved.