org.apache.uima.cas.impl
public abstract class FSIteratorImplBase<T extends FeatureStructure> extends java.lang.Object implements FSIterator<T>
Modifier and Type | Class and Description |
---|---|
protected static class |
FSIteratorImplBase.AnnotationComparator<T extends FeatureStructure> |
Constructor and Description |
---|
FSIteratorImplBase() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
copy, get, isValid, moveTo, moveToFirst, moveToLast, moveToNext, moveToPrevious
public boolean hasNext()
hasNext
in interface java.util.Iterator<T extends FeatureStructure>
public T next()
next
in interface java.util.Iterator<T extends FeatureStructure>
public void remove()
remove
in interface java.util.Iterator<T extends FeatureStructure>
Copyright © 2014. All Rights Reserved.