Uses of Class
org.apache.uima.cas.impl.FsIterator_singletype
-
Packages that use FsIterator_singletype Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of FsIterator_singletype in org.apache.uima.cas.impl
Subclasses of FsIterator_singletype in org.apache.uima.cas.impl Modifier and Type Class Description (package private) class
FsIterator_bag<T extends FeatureStructure>
(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.(package private) class
FsIterator_set_sorted_pear<T extends FeatureStructure>
(package private) class
FsIterator_set_sorted2<T extends FeatureStructure>
An iterator for a single type for a set or sorted index NOTE: This is the version used for set/sorted iterators It is built directly on top of a CopyOnWrite wrapper for OrderedFsSet_array It uses the version of OrdereFsSet_array that has no embedded nullsMethods in org.apache.uima.cas.impl that return FsIterator_singletype Modifier and Type Method Description FsIterator_singletype<T>
FsIterator_set_sorted2. copy()
abstract FsIterator_singletype<T>
FsIterator_singletype. copy()
-