Uses of Package
org.apache.uima.internal.util.rb_trees
Packages that use org.apache.uima.internal.util.rb_trees
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Classes in org.apache.uima.internal.util.rb_trees used by org.apache.uima.cas.implClassDescriptionUsed for UIMA Set indexesA 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()A set (not a map) of ints.map<int, int%gt; uses separate objects (IntRBTNode) as nodes See the
RedBlackTree
class.Map from int to T (Object) An implementation of Red-Black Trees. -
Classes in org.apache.uima.internal.util.rb_trees used by org.apache.uima.internal.util.rb_treesClassDescriptionA 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()A set (not a map) of ints.Common part of Red-black tree implementation based on integer arrays.Integer Red-Black Tree node.map<int, int%gt; uses separate objects (IntRBTNode) as nodes See the
RedBlackTree
class.Node used in RedBlackTree, holds int Object pairs and links Red-Black Tree node.Map from int to T (Object) An implementation of Red-Black Trees. -
Classes in org.apache.uima.internal.util.rb_trees used by org.apache.uima.json