Uses of Interface
org.apache.uima.internal.util.ComparableIntPointerIterator
Packages that use ComparableIntPointerIterator
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of ComparableIntPointerIterator in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement ComparableIntPointerIteratorModifier and TypeClassDescriptionclass
FSIntIteratorImplBase<T extends FeatureStructure>
Base class for int Iterators over indexes.class
IntIterator4set<T extends FeatureStructure>
Methods in org.apache.uima.cas.impl that return ComparableIntPointerIteratorModifier and TypeMethodDescriptionFSBagIndex.pointerIterator
(IntComparator comp, int[] detectIllegalIndexUpdates, int typeCode) FSIntArrayIndex.pointerIterator
(IntComparator comp, int[] detectIllegalIndexUpdates, int typeCode) The comp value is only used when ordering iterators in type/subtype collectionsabstract ComparableIntPointerIterator<T>
FSLeafIndexImpl.pointerIterator
(IntComparator comp, int[] detectIllegalIndexUpdates, int typeCode) FSRBTSetIndex.pointerIterator
(IntComparator comp, int[] detectIllegalIndexUpdates, int typeCode) -
Uses of ComparableIntPointerIterator in org.apache.uima.internal.util.rb_trees
Methods in org.apache.uima.internal.util.rb_trees that return ComparableIntPointerIteratorModifier and TypeMethodDescription<T extends FeatureStructure>
ComparableIntPointerIterator<T>IntArrayRBT.pointerIterator
(FSRBTSetIndex<T> fsSetIndex, int[] detectIllegalIndexUpdates, IntComparator comp)