Class CompIntArrayRBT
java.lang.Object
org.apache.uima.internal.util.rb_trees.IntArrayRBTcommon
org.apache.uima.internal.util.rb_trees.IntArrayRBT
org.apache.uima.internal.util.rb_trees.CompIntArrayRBT
Deprecated.
Not used anymore. Will be removed in UIMA 4.
Used for UIMA Set indexes
- To be removed in version:
- 4.0.0
-
Field Summary
Fields inherited from class org.apache.uima.internal.util.rb_trees.IntArrayRBTcommon
black, color, default_size, greatestNode, growth_factor, initialSize, klrp, klrp1, klrp2, klrp3, MAXklrp0, MAXklrpMask, multiplication_limit, next, NIL, red, root, size
-
Constructor Summary
ConstructorDescriptionCompIntArrayRBT
(IntComparator comp) Deprecated.CompIntArrayRBT
(IntComparator comp, int initialSize) Deprecated.Constructor for CompIntArrayRBT. -
Method Summary
Methods inherited from class org.apache.uima.internal.util.rb_trees.IntArrayRBT
add, addAdded, clear, debugScanFor, deleteKey, getKeyForNode, insertKey, insertKeyShowNegative, iterator, treeInsert, treeInsert, treeInsertWithDups
Methods inherited from class org.apache.uima.internal.util.rb_trees.IntArrayRBTcommon
contains, containsKey, deleteFixup, deleteNode, ensureArrayCapacity, ensureCapacityKlrp, findInsertionPoint, findInsertionPointCmn, findInsertionPointNoDups, findKey, findKeyDown, flush, getFirstNode, getLeft, getParent, getRight, getXXX, initVars, leftRotate, maxDepth, maxDepth, minDepth, minDepth, newNode, nextNode, nextPowerOf2, nodeDepth, nodeDepth, previousNode, printKeys, printKeys, rightRotate, satisfiesRBProps, satisfiesRedBlackProperties, setAsRoot, setLeft, setParent, setRight, setupArrays, setXXX, size
-
Constructor Details
-
CompIntArrayRBT
Deprecated. -
CompIntArrayRBT
Deprecated.Constructor for CompIntArrayRBT.- Parameters:
comp
- -initialSize
- -
-
-
Method Details
-
compare
protected int compare(int v1, int v2) Deprecated.- Overrides:
compare
in classIntArrayRBTcommon
-