public class LemmatizerIterator extends com.exalead.gni.GNIObject implements java.util.Iterator<LemmaInformation[]>
Constructor and Description |
---|
LemmatizerIterator(LemmatizerResource resource)
Initialize a new iterator
|
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
boolean |
hasNext() |
LemmaInformation[] |
next() |
void |
remove() |
public LemmatizerIterator(LemmatizerResource resource)
resource
- The resourcepublic boolean hasNext()
hasNext
in interface java.util.Iterator<LemmaInformation[]>
public LemmaInformation[] next()
next
in interface java.util.Iterator<LemmaInformation[]>
public void remove()
remove
in interface java.util.Iterator<LemmaInformation[]>
protected void finalize()
finalize
in class java.lang.Object
Copyright © 2013 Dassault Systèmes, All Rights Reserved.