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
-
Field Summary
FieldsFields inherited from class IntArrayRBTcommon
black, color, debug, default_size, greatestNode, growth_factor, initialSize, klrp, klrp1, klrp2, klrp3, MAXklrp0, MAXklrpMask, multiplication_limit, next, NIL, red, root, size -
Constructor Summary
ConstructorsConstructorDescriptionCompIntArrayRBT(IntComparator comp) Deprecated.CompIntArrayRBT(IntComparator comp, int initialSize) Deprecated.Constructor for CompIntArrayRBT. -
Method Summary
Methods inherited from class IntArrayRBT
add, addAdded, clear, debugScanFor, deleteKey, getKeyForNode, insertKey, insertKeyShowNegative, iterator, treeInsert, treeInsert, treeInsertWithDupsMethods inherited from class 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
-
Field Details
-
comp
Deprecated.
-
-
Constructor Details
-
CompIntArrayRBT
Deprecated. -
CompIntArrayRBT
Deprecated.Constructor for CompIntArrayRBT.- Parameters:
comp- -initialSize- -
-
-
Method Details
-
compare
-