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 TypeClassDescriptionclassFsIndex_bag<T extends FeatureStructure>Used for UIMA FS Bag Indexes Uses ObjHashSet to hold instances of FeatureStructuresclassFsIndex_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 classFsIndex_set_sorted<T extends FeatureStructure>Common index impl for set and sorted indexes.Fields in org.apache.uima.cas.impl declared as FsIndex_singletypeModifier and TypeFieldDescription(package private) FsIndex_singletype<TOP>[]FsIndex_iicp.cachedSubFsLeafIndexesA list of indexes (the sub-indexes that we need for an iterator).(package private) final FsIndex_singletype<T> FsIndex_iicp.fsIndex_singletypeThe "root" index, i.e., index of the type of the iterator.Methods in org.apache.uima.cas.impl that return FsIndex_singletypeModifier and TypeMethodDescription(package private) <T extends TOP>
FsIndex_singletype<T> FSIndexRepositoryImpl.addNewIndexCore(FSIndexComparatorImpl comparatorForIndexSpecs, int initialSize, int indexingStrategy) The routine which actually creates a new index, for a single type.(package private) FsIndex_singletype<T> FsIndex_iicp.getFsIndex_singleType()FSIndexRepositoryImpl.getNonSetSingleIndexForType(int typecode) FSIndexRepositoryImpl.getNonSetSingleIndexForUsedType(int i) Methods in org.apache.uima.cas.impl that return types with arguments of type FsIndex_singletypeModifier and TypeMethodDescriptionprivate Stream<FsIndex_singletype<TOP>> FSIndexRepositoryImpl.streamNonEmptyDirectSubtypes(TypeImpl ti) FsIndex_iicp.streamNonEmptyIndexes()FSIndexRepositoryImpl.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 voidFsIterator_singletype.maybeTraceCowUsingCopy(FsIndex_singletype<?> idx, CopyOnWriteIndexPart iteratorCopy) (package private) voidCASImpl.traceCowCopy(FsIndex_singletype<?> index) (package private) voidCASImpl.traceCowCopyUse(FsIndex_singletype<?> index) (package private) voidCASImpl.traceCowReinit(String kind, FsIndex_singletype<?> index) Method parameters in org.apache.uima.cas.impl with type arguments of type FsIndex_singletypeModifier and TypeMethodDescriptionprivate voidFsIndex_iicp.initOneTypeThenAllSubtypes(TypeImpl ti, ArrayList<FsIndex_singletype<FeatureStructure>> cache, int indexKind) This method inits one type then calls itself for all direct subtypesConstructors in org.apache.uima.cas.impl with parameters of type FsIndex_singletypeModifierConstructorDescriptionFsIndex_annotation(FsIndex_singletype<T> fsIndex_singletype) (package private)FsIndex_iicp(FsIndex_singletype<T> fsIndex_singletype)