Class WordNetSynsetIterator
- java.lang.Object
-
- it.uniroma1.lcl.babelnet.iterators.WordNetSynsetIterator
-
- All Implemented Interfaces:
Iterator<BabelSynset>
public class WordNetSynsetIterator extends Object implements Iterator<BabelSynset>
Iterator over WordNetBabelSynset
s.
-
-
Constructor Summary
Constructors Constructor Description WordNetSynsetIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
BabelSynset
next()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<BabelSynset>
-
remove
public void remove()
- Specified by:
remove
in interfaceIterator<BabelSynset>
-
next
public BabelSynset next()
- Specified by:
next
in interfaceIterator<BabelSynset>
-
-