net.sf.extjwnl.dictionary
Class MapBackedDictionary.IndexWordIterator

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


Constructor Summary
MapBackedDictionary.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

MapBackedDictionary.IndexWordIterator

public MapBackedDictionary.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 © 2011. All Rights Reserved.