Uses of Interface
org.apache.uima.cas.impl.LowLevelIterator
-
Packages that use LowLevelIterator Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of LowLevelIterator in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement LowLevelIterator Modifier and Type Class Description static class
FSIndexFlat.FSIteratorFlat<TI extends FeatureStructure>
class
FSIntIteratorImplBase<T extends FeatureStructure>
Base class for int Iterators over indexes.class
IntIterator4set<T extends FeatureStructure>
class
LLUnambiguousIteratorImpl
Methods in org.apache.uima.cas.impl that return LowLevelIterator Modifier and Type Method Description LowLevelIterator
FSIndexRepositoryImpl. ll_getAllIndexedFS(Type type)
LowLevelIterator
FSBagIndex. ll_iterator()
LowLevelIterator
FSIntArrayIndex. ll_iterator()
LowLevelIterator
FSLeafIndexImpl. ll_iterator(boolean ambiguous)
LowLevelIterator
FSRBTSetIndex. ll_iterator()
LowLevelIterator
LowLevelIndex. ll_iterator()
Get a low-level, FS reference iterator.LowLevelIterator
LowLevelIndex. ll_iterator(boolean ambiguous)
Get a low-level, FS reference iterator.LowLevelIterator
FSLeafIndexImpl. ll_rootIterator()
LowLevelIterator
LowLevelIndex. ll_rootIterator()
Get a low-level, FS reference iterator specifying instances of the precise type only (i.e.Constructors in org.apache.uima.cas.impl with parameters of type LowLevelIterator Constructor Description LLUnambiguousIteratorImpl(LowLevelIterator it, LowLevelCAS cas)
-