Class FSIteratorImplBase<T extends FeatureStructure>

java.lang.Object
org.apache.uima.cas.impl.FSIteratorImplBase<T>
All Implemented Interfaces:
Iterator<T>, ListIterator<T>, FSIterator<T>, LowLevelIterator<T>

public abstract class FSIteratorImplBase<T extends FeatureStructure> extends Object implements LowLevelIterator<T>
Version 2 compatibility only, not used internally in version 3 Base class for FSIterator implementations. Defines the hasNext, next, and remove methods required by java.util.Iterator. Users writing their own iterator implementations may extend this class