net.sf.extjwnl.dictionary
Class AbstractCachingDictionary.IndexWordIterator

java.lang.Object
  extended by 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>


Constructor Summary
AbstractCachingDictionary.IndexWordIterator(Iterator<IndexWord> itr, String searchString, IndexWord startWord)
           
 
Method Summary
 boolean hasNext()
           
 IndexWord next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCachingDictionary.IndexWordIterator

public AbstractCachingDictionary.IndexWordIterator(Iterator<IndexWord> itr,
                                                   String searchString,
                                                   IndexWord startWord)
Method Detail

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.