Class FSLeafIndexImpl<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
    Direct Known Subclasses:
    FSBagIndex, FSIntArrayIndex, FSRBTSetIndex

    public abstract class FSLeafIndexImpl<T extends FeatureStructure>
    extends java.lang.Object
    implements java.util.Comparator<T>, IntComparator, FSIndexImpl
    The common (among all index kinds - set, sorted, bag) info for an index Subtypes define the actual index repository (integers indexing the CAS) for each kind.