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 -
Classes in org.apache.uima.internal.util.rb_trees used by org.apache.uima.cas.impl Class Description CompIntArrayRBT Used for UIMA Set indexesInt2IntRBT 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() -
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 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 theRedBlackTree
class.IntRedBlackTree.IntRBTIterator