Uses of Interface
org.apache.uima.internal.util.IntPointerIterator
Packages that use IntPointerIterator
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of IntPointerIterator in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement IntPointerIteratorModifier and TypeClassDescriptionprivate class
The next 3 classes (PointerIterator, PointerIteratorUnordered and LeafPointerIterator) implement iterators for particular indexes.private class
Version of pointer iterator for unordered uses (bags and getAllIndexedFSs Since bags have no order, simplify the iteration by just going thru sequentially all the subtypesprivate class
This implementation creates a pseudo index that is flattened and copied (so it is a snapshot), and returns an iterator over thatclass
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 IntPointerIteratorMethods in org.apache.uima.cas.impl that return IntPointerIteratorModifier and TypeMethodDescriptionprivate <T extends FeatureStructure>
IntPointerIteratorFSIndexRepositoryImpl.createLeafPointerIterator
(FSIndexRepositoryImpl.IndexIteratorCachePair<? extends FeatureStructure> iicp) (package private) IntPointerIterator
FSIndexRepositoryImpl.createPointerIterator
(FSIndexRepositoryImpl.IndexIteratorCachePair<? extends FeatureStructure> iicp) Create an "ordered" (e.g.(package private) <T extends FeatureStructure>
IntPointerIteratorFSIndexRepositoryImpl.createPointerIterator
(FSIndexRepositoryImpl.IndexIteratorCachePair<? extends FeatureStructure> iicp, boolean is_unordered) Create an ordered or iicp-unordered pointer iterator over an iicp Note that flattened index iterators are not int style; and they're created higher up...(package private) <T extends FeatureStructure>
IntPointerIteratorFSIndexRepositoryImpl.createPointerIterator
(FSIndexRepositoryImpl.IndexIteratorCachePair<? extends FeatureStructure> iicp, boolean is_unordered, int fs) (package private) <T extends FeatureStructure>
IntPointerIteratorFSIndexRepositoryImpl.createPointerIterator
(FSIndexRepositoryImpl.IndexIteratorCachePair<? extends FeatureStructure> iicp, int fs) FSIndexImpl.getIntIterator()
FSIndexRepositoryImpl.IndexImpl.getIntIterator()
FSLeafIndexImpl.getIntIterator()
FSIndexRepositoryImpl.getIntIteratorForIndex
(String label) FSIndexRepositoryImpl.getIntIteratorForIndex
(String label, Type type) protected IntPointerIterator
FSBagIndex.refIterator()
protected IntPointerIterator
FSBagIndex.refIterator
(int fsCode) protected IntPointerIterator
FSIntArrayIndex.refIterator()
protected IntPointerIterator
FSIntArrayIndex.refIterator
(int fsAddr) protected abstract IntPointerIterator
FSLeafIndexImpl.refIterator()
protected abstract IntPointerIterator
FSLeafIndexImpl.refIterator
(int fsCode) FSRBTSetIndex.refIterator()
protected IntPointerIterator
FSRBTSetIndex.refIterator
(int fsCode) Constructors in org.apache.uima.cas.impl with parameters of type IntPointerIteratorModifierConstructorDescription(package private)
FSIteratorWrapper
(IntPointerIterator it, CASImpl casImpl) -
Uses of IntPointerIterator in org.apache.uima.internal.util
Subinterfaces of IntPointerIterator in org.apache.uima.internal.utilModifier and TypeInterfaceDescriptioninterface
ComparableIntPointerIterator<F extends FeatureStructure>
Interface for a comparable IntPointerIterator.interface
Used in the CAS implementation.Classes in org.apache.uima.internal.util that implement IntPointerIterator -
Uses of IntPointerIterator in org.apache.uima.internal.util.rb_trees
Classes in org.apache.uima.internal.util.rb_trees that implement IntPointerIteratorMethods in org.apache.uima.internal.util.rb_trees that return IntPointerIteratorModifier and TypeMethodDescription<T extends FeatureStructure>
IntPointerIteratorIntArrayRBT.pointerIterator
(IntComparator comp, FSRBTSetIndex<T> fsSetIndex)