Class LLUnambiguousIteratorImpl<T extends FeatureStructure>

java.lang.Object
org.apache.uima.cas.impl.FsIterator_subtypes_snapshot<T>
org.apache.uima.cas.impl.LLUnambiguousIteratorImpl<T>
Type Parameters:
T - the type this iterator is over (including subtypes)
All Implemented Interfaces:
Comparator<FeatureStructure>, Iterator<T>, ListIterator<T>, FSIterator<T>, LowLevelIterator<T>

public class LLUnambiguousIteratorImpl<T extends FeatureStructure> extends FsIterator_subtypes_snapshot<T>
Implements a low level ambiguous or unambiguous iterator over some type T which doesn't need to be a subtype of Annotation. - This iterator skips types which are not Annotation or a subtype of Annotation.
  • Constructor Details

    • LLUnambiguousIteratorImpl

      public LLUnambiguousIteratorImpl(LowLevelIterator<T> it)