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 |
FSBagIndex<T extends FeatureStructure>
Used for UIMA FS Bag Indexes
Uses IntVector or PositiveIntSet to hold values of FSs
|
class |
FSIntArrayIndex<T extends FeatureStructure>
Used for sorted indexes only
Uses IntVector (sorted) as the index (of FSs)
|
class |
FSLeafIndexImpl<T extends FeatureStructure>
The common (among all index kinds - set, sorted, bag) info for an index
Subtypes define the actual index repository (integers indexing the CAS) for each kind.
|
class |
FSRBTSetIndex<T extends FeatureStructure>
Used for UIMA FS Set Indexes
Uses CompIntArrayRBT red black tree to hold items
Same as FSRBTIndex, but duplicates are not inserted.
|
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> |
FSBagIndex.pointerIterator(IntComparator comp,
int[] detectIllegalIndexUpdates,
int typeCode) |
abstract ComparableIntPointerIterator<T> |
FSLeafIndexImpl.pointerIterator(IntComparator comp,
int[] detectIllegalIndexUpdates,
int typeCode) |
ComparableIntPointerIterator<T> |
FSRBTSetIndex.pointerIterator(IntComparator comp,
int[] detectIllegalIndexUpdates,
int typeCode) |
Constructor and Description |
---|
IntIterator4set(FSRBTSetIndex<T> fsSetIndex,
int[] detectIllegalIndexUpdates,
IntComparator comp) |
Modifier and Type | Method and Description |
---|---|
<T extends FeatureStructure> |
IntArrayRBT.pointerIterator(FSRBTSetIndex<T> fsSetIndex,
int[] detectIllegalIndexUpdates,
IntComparator comp) |
<T extends FeatureStructure> |
IntArrayRBT.pointerIterator(IntComparator comp,
FSRBTSetIndex<T> fsSetIndex) |
Constructor and Description |
---|
CompIntArrayRBT(IntComparator comp) |
CompIntArrayRBT(IntComparator comp,
int initialSize)
Constructor for CompIntArrayRBT.
|
Copyright © 2017. All rights reserved.