public class WordNetSynsetIterator extends Object implements Iterator<BabelSynset>
BabelSynset
s.Constructor and Description |
---|
WordNetSynsetIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
BabelSynset |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<BabelSynset>
public void remove()
remove
in interface Iterator<BabelSynset>
public BabelSynset next()
next
in interface Iterator<BabelSynset>
Copyright © 2016–2021. All rights reserved.