Uses of Class
org.apache.uima.cas.impl.FsIterator_multiple_indexes
-
Packages that use FsIterator_multiple_indexes Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of FsIterator_multiple_indexes in org.apache.uima.cas.impl
Subclasses of FsIterator_multiple_indexes in org.apache.uima.cas.impl Modifier and Type Class Description (package private) class
FsIterator_aggregation_common<T extends FeatureStructure>
Aggregate several FS iterators.class
FsIterator_subtypes_ordered<T extends FeatureStructure>
Performs an ordered iteration among a set of iterators, each one corresponding to the type or subtype of the uppermost type.Constructors in org.apache.uima.cas.impl with parameters of type FsIterator_multiple_indexes Constructor Description FsIterator_multiple_indexes(FsIterator_multiple_indexes<T> v)
/** copy constructor
-