textmaven.dictionaries
Class LuceneDictionaryIterator

java.lang.Object
  extended bytextmaven.dictionaries.LuceneDictionaryIterator
All Implemented Interfaces:
java.util.Iterator

public class LuceneDictionaryIterator
extends java.lang.Object
implements java.util.Iterator

An Iterator over all Translation contained in the documents readable by the given reader.

Author:
Peter Kolloch

Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
          Not supported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

remove

public void remove()
Not supported.

Specified by:
remove in interface java.util.Iterator
See Also:
Iterator.remove()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator
See Also:
Iterator.hasNext()

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator
See Also:
Iterator.next()


Copyright © 2002-2005 Sourceforge. All Rights Reserved.