Uses of Class
org.apache.uima.cas.impl.FSLeafIndexImpl
Packages that use FSLeafIndexImpl
Package
Description
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.implModifier and TypeClassDescriptionclassFSBagIndex<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 FSLeafIndexImplModifierConstructorDescriptionFSIntIteratorImplBase(FSLeafIndexImpl<T> fsLeafIndexImpl, int[] detectIllegalIndexUpdates)