Uses of Class
org.apache.uima.cas.impl.FSIntArrayIndex
Packages that use FSIntArrayIndex
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of FSIntArrayIndex in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as FSIntArrayIndexModifier and TypeFieldDescriptionprivate final FSIntArrayIndex
<T> IntIterator4sorted.fsIntArrayIndex
private final FSIntArrayIndex
<T> FSIndexRepositoryImpl.SnapshotPointerIterator.sortedLeafIndex
Methods in org.apache.uima.cas.impl that return FSIntArrayIndexModifier and TypeMethodDescriptionprivate <T extends FeatureStructure>
FSIntArrayIndex<T> FSIndexRepositoryImpl.getAnnotationIndexNoSubtypes
(int typeCode) returns the annotation index for a type which is Annotation or a subtype of it.Constructors in org.apache.uima.cas.impl with parameters of type FSIntArrayIndexModifierConstructorDescription(package private)
IntIterator4sorted
(FSIntArrayIndex<T> index, int[] detectIllegalIndexUpdates) (package private)
IntIterator4sorted
(FSIntArrayIndex<T> index, int[] detectIllegalIndexUpdates, IntComparator comp)