Uses of Interface
org.apache.uima.internal.util.PositiveIntSet
Packages that use PositiveIntSet
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of PositiveIntSet in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as PositiveIntSetModifier and TypeFieldDescriptionprivate final PositiveIntSet
FSIndexRepositoryImpl.ProcessedIndexInfo.fsAddedToIndex
private final PositiveIntSet
FSIndexRepositoryImpl.ProcessedIndexInfo.fsDeletedFromIndex
private final PositiveIntSet
FSIndexRepositoryImpl.ProcessedIndexInfo.fsReindexed
private final PositiveIntSet
FSBagIndex.indexP
final PositiveIntSet
CasSerializerSupport.CasDocSerializer.multiRefFSs
set of FSs that have multiple references This is for JSON which is computing the multi-refs, not depending on the setting in a feature.Methods in org.apache.uima.cas.impl that return PositiveIntSetModifier and TypeMethodDescription(package private) PositiveIntSet
DeferredIndexUpdates.getTodos
(FSIndexRepositoryImpl ir) Does just-in-time creation of PositiveIntSet if needed before addingMethods in org.apache.uima.cas.impl with parameters of type PositiveIntSetModifier and TypeMethodDescriptionint[]
FSIndexRepositoryImpl.getUpdatedFSs
(PositiveIntSet items) -
Uses of PositiveIntSet in org.apache.uima.internal.util
Classes in org.apache.uima.internal.util that implement PositiveIntSetModifier and TypeClassDescriptionclass
A set of non-zero positive ints.class
A set of non-zero ints.class
This class implements a set of integers.class
An set of non-zero integers, ability to iterate over them (possibly in a sorted way), with O(1) operations for adding, removing, and testing for contains.Fields in org.apache.uima.internal.util declared as PositiveIntSet