Uses of Class
org.apache.uima.cas.impl.FSIndexComparatorImpl
Packages that use FSIndexComparatorImpl
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of FSIndexComparatorImpl in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as FSIndexComparatorImplModifier and TypeFieldDescriptionprotected final FSIndexComparatorImpl
FsIndex_singletype.comparatorForIndexSpecs
comparator for an index, passed in as an argument to the constructorMethods in org.apache.uima.cas.impl that return FSIndexComparatorImplModifier and TypeMethodDescriptionFSIndexComparatorImpl.copy()
FsIndex_singletype.getComparatorImplForIndexSpecs()
Methods in org.apache.uima.cas.impl with parameters of type FSIndexComparatorImplModifier and TypeMethodDescription<T extends FeatureStructure>
org.apache.uima.cas.impl.FsIndex_iicp<T> FSIndexRepositoryImpl.getIndexBySpec
(int typeCode, int indexingStrategy, FSIndexComparatorImpl comp) Get the FsIndex_iicp for a given typeCode, indexingStrategy, and comparator (type ignored)