Uses of Class
org.apache.uima.cas.impl.FsIndex_iicp
Packages that use FsIndex_iicp
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of FsIndex_iicp in org.apache.uima.cas.impl
Subclasses of FsIndex_iicp in org.apache.uima.cas.implModifier and TypeClassDescriptionclass
FsIndex_annotation<T extends AnnotationFS>
Implementation of annotation indexes.Fields in org.apache.uima.cas.impl declared as FsIndex_iicpModifier and TypeFieldDescriptionprivate final FsIndex_iicp
<T> FsIndex_flat.iicp
private final FsIndex_iicp
<T> FsIterator_subtypes_ordered.iicp
private final FsIndex_iicp
<T> FsIndex_snapshot.wrapped
wrapped indexFields in org.apache.uima.cas.impl with type parameters of type FsIndex_iicpModifier and TypeFieldDescription(package private) final ArrayList
<FsIndex_iicp<TOP>> FSIndexRepositoryImpl.IndexesForType.indexesForType
(package private) final HashMap
<String, FsIndex_iicp<TOP>> FSIndexRepositoryImpl.name2indexMap
A map from names to FsIndex_iicps, which represent the index at the top-most type declared in the index specification.Methods in org.apache.uima.cas.impl that return FsIndex_iicpModifier and TypeMethodDescriptionprivate FsIndex_iicp
<TOP> FSIndexRepositoryImpl.addNewIndex
(FSIndexComparatorImpl comparator, int indexType) private <T extends TOP>
FsIndex_iicp<T> FSIndexRepositoryImpl.addNewIndex
(FSIndexComparatorImpl comparator, int initialSize, int indexType) This is where the actual index gets created.private FsIndex_iicp
<TOP> FSIndexRepositoryImpl.addNewIndexRec
(FSIndexComparatorImpl comp4indexSpecs, int indexType) Add an index for a type, and then (unless it's a DEFAULT_BAG_INDEX), call yourself recursively to add the indexes for all the directly subsumed subtypes.private FsIndex_iicp
<TOP> FSIndexRepositoryImpl.addNewIndexRecursive
(FSIndexComparator compForIndexSpecs, int indexType) Top level call to add the indexes for a particular index definition<T extends FeatureStructure>
FsIndex_iicp<T> FSIndexRepositoryImpl.getIndexBySpec
(int typeCode, int indexingStrategy, FSIndexComparatorImpl comp) Get the FsIndex_iicp for a given typeCode, indexingStrategy, and comparator (type ignored)(package private) <T extends FeatureStructure>
FsIndex_iicp<T> FSIndexRepositoryImpl.IndexesForType.getIndexExcludingType
(int indexingStrategy, FSIndexComparatorImpl comparatorForIndexSpecs) (package private) <T extends TOP>
FsIndex_iicp<T> FSIndexRepositoryImpl.IndexesForType.getNonSetIndex()
Methods in org.apache.uima.cas.impl with parameters of type FsIndex_iicpModifier and TypeMethodDescription(package private) void
FSIndexRepositoryImpl.IndexesForType.add
(FsIndex_iicp<TOP> iicp) int
FsIndex_iicp.compareTo
(FsIndex_iicp<? extends FeatureStructure> cp) Maybe not used 3/2015 Compares two instances of FsIndex_iicp, for ordering.Constructors in org.apache.uima.cas.impl with parameters of type FsIndex_iicpModifierConstructorDescription(package private)
FsIndex_flat
(FsIndex_iicp<T> iicp) FsIndex_snapshot
(FsIndex_iicp<T> wrapped, Comparator<TOP> comparatorWithoutId, Comparator<TOP> comparatorTypeWithoutId) FsIterator_subtypes_ordered
(FsIndex_iicp<T> iicp, Comparator<TOP> comparatorMaybeNoTypeWithoutId)