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 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 IntPointerIteratorModifier and TypeMethodDescriptionFSIndexImpl.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) -
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. -
Uses of IntPointerIterator in org.apache.uima.internal.util.rb_trees
Methods in org.apache.uima.internal.util.rb_trees that return IntPointerIteratorModifier and TypeMethodDescription<T extends FeatureStructure>
IntPointerIteratorIntArrayRBT.pointerIterator
(IntComparator comp, FSRBTSetIndex<T> fsSetIndex)