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
Used for UIMA Set indexes
-
Field Summary
FieldsFields inherited from class org.apache.uima.internal.util.rb_trees.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) CompIntArrayRBT
(IntComparator comp, int initialSize) 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, pointerIterator, pointerIterator, 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
-
Field Details
-
comp
-
-
Constructor Details
-
CompIntArrayRBT
-
CompIntArrayRBT
Constructor for CompIntArrayRBT.- Parameters:
comp
- -initialSize
- -
-
-
Method Details
-
compare
protected int compare(int v1, int v2) - Overrides:
compare
in classIntArrayRBTcommon
-