gate.annotation
Class DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator

java.lang.Object
  extended by gate.annotation.AnnotationSetImpl.AnnotationSetIterator
      extended by gate.annotation.DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator
All Implemented Interfaces:
Iterator<Annotation>
Enclosing class:
DatabaseAnnotationSetImpl

 class DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator
extends AnnotationSetImpl.AnnotationSetIterator


Field Summary
 
Fields inherited from class gate.annotation.AnnotationSetImpl.AnnotationSetIterator
lastNext
 
Constructor Summary
DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator()
           
 
Method Summary
 void remove()
           
 
Methods inherited from class gate.annotation.AnnotationSetImpl.AnnotationSetIterator
hasNext, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator

DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator()
Method Detail

remove

public void remove()
Specified by:
remove in interface Iterator<Annotation>
Overrides:
remove in class AnnotationSetImpl.AnnotationSetIterator