Uses of Interface
org.apache.uima.internal.util.IntPointerIterator
-
Packages that use IntPointerIterator Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util org.apache.uima.internal.util.rb_trees -
-
Uses of IntPointerIterator in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement IntPointerIterator Modifier and Type Class Description class
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 IntPointerIterator Modifier and Type Method Description IntPointerIterator
FSIndexImpl. getIntIterator()
IntPointerIterator
FSLeafIndexImpl. getIntIterator()
IntPointerIterator
FSIndexRepositoryImpl. getIntIteratorForIndex(java.lang.String label)
IntPointerIterator
FSIndexRepositoryImpl. getIntIteratorForIndex(java.lang.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)
IntPointerIterator
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.util Modifier and Type Interface Description interface
ComparableIntPointerIterator<F extends FeatureStructure>
Interface for a comparable IntPointerIterator.interface
IntKeyValueIterator
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 IntPointerIterator Modifier and Type Method Description <T extends FeatureStructure>
IntPointerIteratorIntArrayRBT. pointerIterator(IntComparator comp, FSRBTSetIndex<T> fsSetIndex)
-