Uses of Class
org.apache.uima.cas.impl.FsIndex_singletype
Packages that use FsIndex_singletype
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of FsIndex_singletype in org.apache.uima.cas.impl
Subclasses of FsIndex_singletype in org.apache.uima.cas.implModifier and TypeClassDescriptionclass
FsIndex_bag<T extends FeatureStructure>
Used for UIMA FS Bag Indexes Uses ObjHashSet to hold instances of FeatureStructuresclass
FsIndex_flat<T extends FeatureStructure>
Common part of flattened indexes, used for both snapshot iterators and flattened sorted indexes built from passed in instance of FsIndex_iicpfinal class
FsIndex_set_sorted<T extends FeatureStructure>
Common index impl for set and sorted indexes.Methods in org.apache.uima.cas.impl that return FsIndex_singletypeModifier and TypeMethodDescriptionFSIndexRepositoryImpl.getNonSetSingleIndexForType
(int typecode) FSIndexRepositoryImpl.getNonSetSingleIndexForUsedType
(int i) Methods in org.apache.uima.cas.impl that return types with arguments of type FsIndex_singletypeModifier and TypeMethodDescriptionFSIndexRepositoryImpl.streamNonEmptyIndexes
(Class<? extends TOP> clazz) FSIndexRepositoryImpl.streamNonEmptyIndexes
(Type type) Stream instances of all of the non-empty indexes themselvesMethods in org.apache.uima.cas.impl with parameters of type FsIndex_singletypeModifier and TypeMethodDescriptionprotected void
FsIterator_singletype.maybeTraceCowUsingCopy
(FsIndex_singletype<?> idx, CopyOnWriteIndexPart iteratorCopy) Constructors in org.apache.uima.cas.impl with parameters of type FsIndex_singletype