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 |
Modifier and Type | Class and Description |
---|---|
class |
FSIntIteratorImplBase<T extends FeatureStructure>
Base class for int Iterators over indexes.
|
class |
IntIterator4set<T extends FeatureStructure> |
Modifier and Type | Method and Description |
---|---|
IntPointerIterator |
FSIndexImpl.getIntIterator() |
IntPointerIterator |
FSLeafIndexImpl.getIntIterator() |
IntPointerIterator |
FSIndexRepositoryImpl.getIntIteratorForIndex(String label) |
IntPointerIterator |
FSIndexRepositoryImpl.getIntIteratorForIndex(String label,
Type type) |
protected abstract IntPointerIterator |
FSLeafIndexImpl.refIterator() |
protected IntPointerIterator |
FSIntArrayIndex.refIterator() |
protected IntPointerIterator |
FSBagIndex.refIterator() |
IntPointerIterator |
FSRBTSetIndex.refIterator() |
protected abstract IntPointerIterator |
FSLeafIndexImpl.refIterator(int fsCode) |
protected IntPointerIterator |
FSIntArrayIndex.refIterator(int fsAddr) |
protected IntPointerIterator |
FSBagIndex.refIterator(int fsCode) |
protected IntPointerIterator |
FSRBTSetIndex.refIterator(int fsCode) |
Modifier and Type | Interface and Description |
---|---|
interface |
ComparableIntPointerIterator<F extends FeatureStructure>
Interface for a comparable IntPointerIterator.
|
interface |
IntKeyValueIterator
Used in the CAS implementation.
|
Modifier and Type | Method and Description |
---|---|
<T extends FeatureStructure> |
IntArrayRBT.pointerIterator(IntComparator comp,
FSRBTSetIndex<T> fsSetIndex) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.