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 TypeFieldDescription(package private) final PositiveIntSet
CASImpl.FsChange.arrayUpdates
private final PositiveIntSet
AllFSs.foundFSs
private PositiveIntSet
BinaryCasSerDes6.foundFSs
ordered set of FSs found in indexes or linked from other found FSs.private final PositiveIntSet
BinaryCasSerDes6.ReuseInfo.foundFSs
kept to avoid recomputation in the use case: - serialize to target 1, serialize same to target 2, etc.private final PositiveIntSet
AllFSs.foundFSsBelowMark
private PositiveIntSet
BinaryCasSerDes6.foundFSsBelowMark
ordered set of FSs found in indexes or linked from other found FSs, which are below the mark.private final PositiveIntSet
CasCompare.list_successor_seen
private final PositiveIntSet
CasCompare.non_linear_list_elements
set of list elements determined to be members of a non-linear structureprivate PositiveIntSet
BinaryCasSerDes4.Serializer.uimaSerializableSavedToCas
Set of FSes on which UimaSerializable _save_to_cas_data has already been called.private PositiveIntSet
BinaryCasSerDes6.uimaSerializableSavedToCas
Set of FSes on which UimaSerializable _save_to_cas_data has already been called.Methods in org.apache.uima.cas.impl that return PositiveIntSetModifier and TypeMethodDescription(package private) PositiveIntSet
AllFSs.getAllBelowMark()
(package private) PositiveIntSet
AllFSs.getAllNew()
Methods in org.apache.uima.cas.impl with parameters of type PositiveIntSetModifier and TypeMethodDescription(package private) void
CASImpl.FsChange.addArrayData
(PositiveIntSet indexesPlus1) private void
CASImpl.logFSUpdate
(TOP fs, PositiveIntSet indexesPlus1) final void
CASImpl.maybeLogArrayUpdates
(FeatureStructureImplC fs, PositiveIntSet indexesPlus1) Constructors in org.apache.uima.cas.impl with parameters of type PositiveIntSetModifierConstructorDescriptionprivate
ReuseInfo
(PositiveIntSet foundFSs, List<TOP> fssToSerialize, CasSeqAddrMaps fsStartIndexes) -
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