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
Methods in org.apache.uima.cas.impl with parameters of type PositiveIntSetModifier and TypeMethodDescriptionfinal voidCASImpl.maybeLogArrayUpdates(FeatureStructureImplC fs, PositiveIntSet indexesPlus1) -
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.