|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.cas.impl.FSIteratorImplBase<T>
public abstract class FSIteratorImplBase<T extends FeatureStructure>
Base class for FSIterator implementations. Defines the hasNext, next, and remove methods required by java.util.Iterator.
Nested Class Summary | |
---|---|
protected static class |
FSIteratorImplBase.AnnotationComparator<T extends FeatureStructure>
|
Constructor Summary | |
---|---|
FSIteratorImplBase()
|
Method Summary | |
---|---|
boolean |
hasNext()
|
T |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.uima.cas.FSIterator |
---|
copy, get, isValid, moveTo, moveToFirst, moveToLast, moveToNext, moveToPrevious |
Constructor Detail |
---|
public FSIteratorImplBase()
Method Detail |
---|
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>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |