gate.annotation
Class AnnotationSetImpl.AnnotationSetIterator
java.lang.Object
|
+--gate.annotation.AnnotationSetImpl.AnnotationSetIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- AnnotationSetImpl
- class AnnotationSetImpl.AnnotationSetIterator
- extends Object
- implements Iterator
This inner class serves as the return value from the iterator()
method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iter
private Iterator iter
lastNext
private Annotation lastNext
AnnotationSetImpl.AnnotationSetIterator
AnnotationSetImpl.AnnotationSetIterator()
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator