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.(package private) class
IntIterator4bag<T extends FeatureStructure>
class
IntIterator4set<T extends FeatureStructure>
(package private) class
IntIterator4sorted<T extends FeatureStructure>
Fields in org.apache.uima.cas.impl declared as ComparableIntPointerIteratorModifier and TypeFieldDescriptionprotected ComparableIntPointerIterator[]
FSIndexRepositoryImpl.PointerIterator.iterators
Methods in org.apache.uima.cas.impl that return ComparableIntPointerIteratorModifier and TypeMethodDescriptionprotected ComparableIntPointerIterator
<?> FSIndexRepositoryImpl.PointerIterator.checkConcurrentModification
(int i) private ComparableIntPointerIterator[]
FSIndexRepositoryImpl.PointerIterator.initPointerIterator()
FSBagIndex.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) Methods in org.apache.uima.cas.impl with parameters of type ComparableIntPointerIteratorModifier and TypeMethodDescriptionprivate void
FSIndexRepositoryImpl.PointerIterator.heapify_down
(ComparableIntPointerIterator it, int dir) Move the top element down in the heap until it finds its proper position.private void
FSIndexRepositoryImpl.PointerIterator.heapify_up
(ComparableIntPointerIterator it, int idx, int dir) Move the idx'th element up in the heap until it finds its proper position.private boolean
FSIndexRepositoryImpl.PointerIterator.is_before
(ComparableIntPointerIterator l, ComparableIntPointerIterator r, int dir) Test the order with which the two iterators should be used. -
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)