gate.wordnet
Class IndexFileWordNetImpl.SynsetIterator

java.lang.Object
  extended bygate.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


Field Summary
private  Iterator it
           
 
Constructor Summary
IndexFileWordNetImpl.SynsetIterator(Iterator _it)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

it

private Iterator it
Constructor Detail

IndexFileWordNetImpl.SynsetIterator

public IndexFileWordNetImpl.SynsetIterator(Iterator _it)
Method Detail

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