Uses of Package
org.apache.uima.internal.util.rb_trees
-
Packages that use org.apache.uima.internal.util.rb_trees Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces.org.apache.uima.internal.util.rb_trees org.apache.uima.json -
Classes in org.apache.uima.internal.util.rb_trees used by org.apache.uima.cas.impl Class 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()RedBlackTree 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_trees Class 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 Deprecated.Not used anymore.IntArrayRBTcommon Common part of Red-black tree implementation based on integer arrays.IntRBTNode Integer Red-Black Tree node.IntRedBlackTree map<int, int%gt; uses separate objects (IntRBTNode) as nodes See theRedBlackTree
class.IntRedBlackTree.IntRBTIterator RBTNode Node used in RedBlackTree, holds int Object pairs and links Red-Black Tree node.RedBlackTree 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 Class Description RedBlackTree Map from int to T (Object) An implementation of Red-Black Trees.