Uses of Package
org.apache.uima.internal.util.rb_trees
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
ClassDescriptionA 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()
-
ClassDescriptionA 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()Deprecated.Not used anymore.Common part of Red-black tree implementation based on integer arrays.map<int, int%gt; uses separate objects (IntRBTNode) as nodes See the
RedBlackTree
class.