Uses of Interface
org.apache.uima.internal.util.PositiveIntSet
-
Packages that use PositiveIntSet Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util -
-
Uses of PositiveIntSet in org.apache.uima.cas.impl
Fields in org.apache.uima.cas.impl declared as PositiveIntSet Modifier and Type Field Description (package private) PositiveIntSet
CASImpl.FsChange. arrayUpdates
private PositiveIntSet
AllFSs. foundFSs
private PositiveIntSet
BinaryCasSerDes6. foundFSs
ordered set of FSs found in indexes or linked from other found FSs.private PositiveIntSet
BinaryCasSerDes6.ReuseInfo. foundFSs
kept to avoid recomputation in the use case: - serialize to target 1, serialize same to target 2, etc.private 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 PositiveIntSet
CasCompare. list_successor_seen
private 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 PositiveIntSet Modifier and Type Method Description (package private) PositiveIntSet
AllFSs. getAllBelowMark()
(package private) PositiveIntSet
AllFSs. getAllNew()
Methods in org.apache.uima.cas.impl with parameters of type PositiveIntSet Modifier and Type Method Description (package private) void
CASImpl.FsChange. addArrayData(PositiveIntSet indexesPlus1)
private void
CASImpl. logFSUpdate(TOP fs, PositiveIntSet indexesPlus1)
void
CASImpl. maybeLogArrayUpdates(FeatureStructureImplC fs, PositiveIntSet indexesPlus1)
Constructors in org.apache.uima.cas.impl with parameters of type PositiveIntSet Constructor Description ReuseInfo(PositiveIntSet foundFSs, java.util.List<TOP> fssToSerialize, CasSeqAddrMaps fsStartIndexes)
-
Uses of PositiveIntSet in org.apache.uima.internal.util
Classes in org.apache.uima.internal.util that implement PositiveIntSet Modifier and Type Class Description class
IntBitSet
A set of non-zero positive ints.class
IntHashSet
A set of non-zero ints.class
IntSet
This class implements a set of integers.class
PositiveIntSet_impl
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 Modifier and Type Field Description private PositiveIntSet
PositiveIntSet_impl. intSet
-