gate.annotation
Class DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator
java.lang.Object
gate.annotation.AnnotationSetImpl.AnnotationSetIterator
gate.annotation.DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- DatabaseAnnotationSetImpl
- class DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator
- extends AnnotationSetImpl.AnnotationSetIterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lastNext
protected Annotation lastNext
DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator
DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator()
remove
public void remove()
- Specified by:
remove
in interface Iterator
- Overrides:
remove
in class AnnotationSetImpl.AnnotationSetIterator
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator