Class FSRBTSetIndex<T extends FeatureStructure>

  • Type Parameters:
    T - the Java cover class type for this index, passed along to (wrapped) iterators producing Java cover classes
    All Implemented Interfaces:
    java.util.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.