Uses of Interface
org.apache.uima.internal.util.PositiveIntSet
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of PositiveIntSet in org.apache.uima.cas.impl
Modifier and TypeMethodDescriptionfinal void
CASImpl.maybeLogArrayUpdates
(FeatureStructureImplC fs, PositiveIntSet indexesPlus1) -
Uses of PositiveIntSet in org.apache.uima.internal.util
Modifier and TypeClassDescriptionclass
A set of non-zero positive ints.class
A set of non-zero ints.class
This class implements a set of integers.class
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.