Uses of Class
org.apache.uima.cas.impl.FsIterator_bag
-
Packages that use FsIterator_bag Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of FsIterator_bag in org.apache.uima.cas.impl
Subclasses of FsIterator_bag in org.apache.uima.cas.impl Modifier and Type Class Description (package private) class
FsIterator_bag_pear<T extends FeatureStructure>
This version of the FsIterator is used while iterating within a PEAR Indexes keep references to the base (possibly non-pear) version of FSs.Methods in org.apache.uima.cas.impl that return FsIterator_bag Modifier and Type Method Description FsIterator_bag<T>
FsIterator_bag. copy()
Methods in org.apache.uima.cas.impl with parameters of type FsIterator_bag Modifier and Type Method Description protected void
FsIterator_bag. copyCommonSetup(FsIterator_bag<T> copy)
-