gate.wordnet
Class IndexFileWordNetImpl.SynsetIterator
java.lang.Object
gate.wordnet.IndexFileWordNetImpl.SynsetIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- IndexFileWordNetImpl
- class IndexFileWordNetImpl.SynsetIterator
- extends Object
- implements Iterator
iterator for synsets - may load synsets when necessary, not all at once
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
it
private Iterator it
IndexFileWordNetImpl.SynsetIterator
public IndexFileWordNetImpl.SynsetIterator(Iterator _it)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator