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 PositiveIntSetCASImpl.FsChange.arrayUpdatesprivate final PositiveIntSetAllFSs.foundFSsprivate PositiveIntSetBinaryCasSerDes6.foundFSsordered set of FSs found in indexes or linked from other found FSs.private final PositiveIntSetBinaryCasSerDes6.ReuseInfo.foundFSskept to avoid recomputation in the use case: - serialize to target 1, serialize same to target 2, etc.private final PositiveIntSetAllFSs.foundFSsBelowMarkprivate PositiveIntSetBinaryCasSerDes6.foundFSsBelowMarkordered set of FSs found in indexes or linked from other found FSs, which are below the mark.private final PositiveIntSetCasCompare.list_successor_seenprivate final PositiveIntSetCasCompare.non_linear_list_elementsset of list elements determined to be members of a non-linear structureprivate PositiveIntSetBinaryCasSerDes4.Serializer.uimaSerializableSavedToCasSet of FSes on which UimaSerializable _save_to_cas_data has already been called.private PositiveIntSetBinaryCasSerDes6.uimaSerializableSavedToCasSet 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) PositiveIntSetAllFSs.getAllBelowMark()(package private) PositiveIntSetAllFSs.getAllNew()Methods in org.apache.uima.cas.impl with parameters of type PositiveIntSetModifier and TypeMethodDescription(package private) voidCASImpl.FsChange.addArrayData(PositiveIntSet indexesPlus1) private voidCASImpl.logFSUpdate(TOP fs, PositiveIntSet indexesPlus1) final voidCASImpl.maybeLogArrayUpdates(FeatureStructureImplC fs, PositiveIntSet indexesPlus1) Constructors in org.apache.uima.cas.impl with parameters of type PositiveIntSetModifierConstructorDescriptionprivateReuseInfo(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 TypeClassDescriptionclassA set of non-zero positive ints.classA set of non-zero ints.classThis class implements a set of integers.classAn 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