Uses of Interface
org.apache.uima.internal.util.ComparableIntPointerIterator
-
Packages that use ComparableIntPointerIterator Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util.rb_trees -
-
Uses of ComparableIntPointerIterator in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement ComparableIntPointerIterator Modifier and Type Class Description classFSIntIteratorImplBase<T extends FeatureStructure>Base class for int Iterators over indexes.classIntIterator4set<T extends FeatureStructure>Methods in org.apache.uima.cas.impl that return ComparableIntPointerIterator Modifier and Type Method Description ComparableIntPointerIterator<T>FSBagIndex. pointerIterator(IntComparator comp, int[] detectIllegalIndexUpdates, int typeCode)ComparableIntPointerIterator<T>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)ComparableIntPointerIterator<T>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 ComparableIntPointerIterator Modifier and Type Method Description <T extends FeatureStructure>
ComparableIntPointerIterator<T>IntArrayRBT. pointerIterator(FSRBTSetIndex<T> fsSetIndex, int[] detectIllegalIndexUpdates, IntComparator comp)
-