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) PositiveIntSetCASImpl.FsChange. arrayUpdatesprivate PositiveIntSetAllFSs. foundFSsprivate PositiveIntSetBinaryCasSerDes6. foundFSsordered set of FSs found in indexes or linked from other found FSs.private PositiveIntSetBinaryCasSerDes6.ReuseInfo. foundFSskept to avoid recomputation in the use case: - serialize to target 1, serialize same to target 2, etc.private PositiveIntSetAllFSs. foundFSsBelowMarkprivate PositiveIntSetBinaryCasSerDes6. foundFSsBelowMarkordered set of FSs found in indexes or linked from other found FSs, which are below the mark.private PositiveIntSetCasCompare. list_successor_seenprivate 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 PositiveIntSet Modifier and Type Method Description (package private) PositiveIntSetAllFSs. getAllBelowMark()(package private) PositiveIntSetAllFSs. getAllNew()Methods in org.apache.uima.cas.impl with parameters of type PositiveIntSet Modifier and Type Method Description (package private) voidCASImpl.FsChange. addArrayData(PositiveIntSet indexesPlus1)private voidCASImpl. logFSUpdate(TOP fs, PositiveIntSet indexesPlus1)voidCASImpl. 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 classIntBitSetA set of non-zero positive ints.classIntHashSetA set of non-zero ints.classIntSetThis class implements a set of integers.classPositiveIntSet_implAn 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 PositiveIntSetPositiveIntSet_impl. intSet
-