gate.annotation
Class DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator

java.lang.Object
  extended bygate.annotation.AnnotationSetImpl.AnnotationSetIterator
      extended bygate.annotation.DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator
All Implemented Interfaces:
Iterator
Enclosing class:
DatabaseAnnotationSetImpl

class DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator
extends AnnotationSetImpl.AnnotationSetIterator


Field Summary
protected  Annotation lastNext
           
 
Constructor Summary
(package private) DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator()
           
 
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

lastNext

protected Annotation lastNext
Constructor Detail

DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator

DatabaseAnnotationSetImpl.DatabaseAnnotationSetIterator()
Method Detail

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