Class FSRBTSetIndex<T extends FeatureStructure>

java.lang.Object
org.apache.uima.cas.impl.FSLeafIndexImpl<T>
org.apache.uima.cas.impl.FSRBTSetIndex<T>
Type Parameters:
T - the Java cover class type for this index, passed along to (wrapped) iterators producing Java cover classes
All Implemented Interfaces:
Comparator<T>, FSIndexImpl, LowLevelIndex, IntComparator

public class FSRBTSetIndex<T extends FeatureStructure> extends FSLeafIndexImpl<T>
Used for UIMA FS Set Indexes Uses CompIntArrayRBT red black tree to hold items Same as FSRBTIndex, but duplicates are not inserted.