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 PositiveIntSet
CasSerializerSupport.CasDocSerializer. multiRefFSs
Set of FSs that have multiple references Has an entry for each FS (not just array or list FSs) which is (from some point on) being serialized as a multi-ref, that is, is **not** being serialized (any more) using the special notation for arrays and lists or, for JSON, **not** being serialized using the embedded notation 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 with parameters of type PositiveIntSet Modifier and Type Method Description int[]
FSIndexRepositoryImpl. getUpdatedFSs(PositiveIntSet items)
-
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.
-