Uses of Interface
org.apache.uima.cas.impl.LowLevelIterator
Packages that use LowLevelIterator
Package
Description
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 LowLevelIteratorModifier and TypeClassDescriptionstatic class
FSIndexFlat.FSIteratorFlat<TI extends FeatureStructure>
private 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>
class
(package private) class
Aggregate several LowLevelIterators.Fields in org.apache.uima.cas.impl declared as LowLevelIteratorModifier and TypeFieldDescriptionprivate static final LowLevelIterator
FSIndexRepositoryImpl.emptyLlIterator
private final LowLevelIterator[]
LowLevelIteratorAggregate.iterators
private final LowLevelIterator
LLUnambiguousIteratorImpl.theIterator
Methods in org.apache.uima.cas.impl that return LowLevelIteratorModifier and TypeMethodDescriptionFSIndexRepositoryImpl.ll_getAllIndexedFS
(Type type) FSBagIndex.ll_iterator()
FSIndexRepositoryImpl.IndexImpl.ll_iterator()
FSIndexRepositoryImpl.IndexImpl.ll_iterator
(boolean ambiguous) FSIntArrayIndex.ll_iterator()
FSLeafIndexImpl.ll_iterator
(boolean ambiguous) FSRBTSetIndex.ll_iterator()
LowLevelIndex.ll_iterator()
Get a low-level, FS reference iterator.LowLevelIndex.ll_iterator
(boolean ambiguous) Get a low-level, FS reference iterator.FSIndexRepositoryImpl.IndexImpl.ll_rootIterator()
FSLeafIndexImpl.ll_rootIterator()
LowLevelIndex.ll_rootIterator()
Get a low-level, FS reference iterator specifying instances of the precise type only (i.e.Method parameters in org.apache.uima.cas.impl with type arguments of type LowLevelIteratorModifier and TypeMethodDescriptionprivate void
FSIndexRepositoryImpl.ll_addDirectSubtypes
(Type type, List<LowLevelIterator> iteratorList) private final void
FSIndexRepositoryImpl.ll_getAllIndexedFS
(Type type, List<LowLevelIterator> iteratorList) Constructors in org.apache.uima.cas.impl with parameters of type LowLevelIteratorModifierConstructorDescriptionprivate
Constructor parameters in org.apache.uima.cas.impl with type arguments of type LowLevelIterator