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 classFSIntIteratorImplBase<T extends FeatureStructure>Base class for int Iterators over indexes.classIntIterator4set<T extends FeatureStructure>Methods in org.apache.uima.cas.impl that return IntPointerIterator Modifier and Type Method Description IntPointerIteratorFSIndexImpl. getIntIterator()IntPointerIteratorFSLeafIndexImpl. getIntIterator()IntPointerIteratorFSIndexRepositoryImpl. getIntIteratorForIndex(java.lang.String label)IntPointerIteratorFSIndexRepositoryImpl. getIntIteratorForIndex(java.lang.String label, Type type)protected IntPointerIteratorFSBagIndex. refIterator()protected IntPointerIteratorFSBagIndex. refIterator(int fsCode)protected IntPointerIteratorFSIntArrayIndex. refIterator()protected IntPointerIteratorFSIntArrayIndex. refIterator(int fsAddr)protected abstract IntPointerIteratorFSLeafIndexImpl. refIterator()protected abstract IntPointerIteratorFSLeafIndexImpl. refIterator(int fsCode)IntPointerIteratorFSRBTSetIndex. refIterator()protected IntPointerIteratorFSRBTSetIndex. 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 interfaceComparableIntPointerIterator<F extends FeatureStructure>Interface for a comparable IntPointerIterator.interfaceIntKeyValueIteratorUsed 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)
-