Uses of Class
org.apache.uima.cas.impl.FSLeafIndexImpl
-
Packages that use FSLeafIndexImpl Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of FSLeafIndexImpl in org.apache.uima.cas.impl
Subclasses of FSLeafIndexImpl in org.apache.uima.cas.impl Modifier and Type Class Description classFSBagIndex<T extends FeatureStructure>Used for UIMA FS Bag Indexes Uses IntVector or PositiveIntSet to hold values of FSsclassFSIntArrayIndex<T extends FeatureStructure>Used for sorted indexes only Uses IntVector (sorted) as the index (of FSs)classFSRBTSetIndex<T extends FeatureStructure>Used for UIMA FS Set Indexes Uses CompIntArrayRBT red black tree to hold items Same as FSRBTIndex, but duplicates are not inserted.Constructors in org.apache.uima.cas.impl with parameters of type FSLeafIndexImpl Constructor Description FSIntIteratorImplBase(FSLeafIndexImpl<T> fsLeafIndexImpl, int[] detectIllegalIndexUpdates)
-