Package | Description |
---|---|
org.apache.uima.cas.impl |
Implementation and Low-Level API for the CAS Interfaces.
|
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 |
---|---|
ComparableIntPointerIterator<T> |
FSIntArrayIndex.pointerIterator(IntComparator comp,
int[] detectIllegalIndexUpdates,
int typeCode)
The comp value is only used when ordering iterators in type/subtype collections
|
ComparableIntPointerIterator<T> |
FSRBTSetIndex.pointerIterator(IntComparator comp,
int[] detectIllegalIndexUpdates,
int typeCode) |
ComparableIntPointerIterator<T> |
FSBagIndex.pointerIterator(IntComparator comp,
int[] detectIllegalIndexUpdates,
int typeCode) |
abstract ComparableIntPointerIterator<T> |
FSLeafIndexImpl.pointerIterator(IntComparator comp,
int[] detectIllegalIndexUpdates,
int typeCode) |
Modifier and Type | Method and Description |
---|---|
<T extends FeatureStructure> |
IntArrayRBT.pointerIterator(FSRBTSetIndex<T> fsSetIndex,
int[] detectIllegalIndexUpdates,
IntComparator comp) |
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.