Uses of Class
org.apache.uima.cas.impl.FsIterator_aggregation_common
-
Packages that use FsIterator_aggregation_common Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of FsIterator_aggregation_common in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that return FsIterator_aggregation_common Modifier and Type Method Description FsIterator_aggregation_common<T>
FsIterator_aggregation_common. copy()
private FsIterator_aggregation_common<T>
SelectFSs_impl. createFsIterator_for_all_views()
for a selected index, return an iterator over all the views for that indexConstructors in org.apache.uima.cas.impl with parameters of type FsIterator_aggregation_common Constructor Description FsIterator_aggregation_common(FsIterator_aggregation_common<T> v)
copy constructor
-