| Package | Description |
|---|---|
| org.apache.uima.cas.impl |
Implementation and Low-Level API for the CAS Interfaces.
|
| org.apache.uima.internal.util.rb_trees |
| Class and Description |
|---|
| CompIntArrayRBT
Used for UIMA Set indexes
|
| Int2IntRBT
A map<int, int>
uses IntArrayRBTcommon
Int to Int Map, based on IntArrayRBT, used in no-duplicates mode
Implements Map - like interface:
keys and values are ints
Entry set not (yet) impl
no keySet()
no values()
|
| Class and Description |
|---|
| Int2IntRBT
A map<int, int>
uses IntArrayRBTcommon
Int to Int Map, based on IntArrayRBT, used in no-duplicates mode
Implements Map - like interface:
keys and values are ints
Entry set not (yet) impl
no keySet()
no values()
|
| IntArrayRBT
A set (not a map) of ints.
|
| IntArrayRBTcommon
Common part of Red-black tree implementation based on integer arrays.
|
| IntRedBlackTree
map<int, int%gt; uses separate objects (IntRBTNode) as nodes
See the
RedBlackTree class. |
| IntRedBlackTree.IntRBTIterator |
Copyright © 2018. All rights reserved.