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 public class CompIntArrayRBT extends IntArrayRBT
Deprecated.Not used anymore. Will be removed in UIMA 4.Used for UIMA Set indexes
-
-
Field Summary
Fields Modifier and Type Field Description private IntComparator
comp
Deprecated.-
Fields 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
Constructors Constructor Description CompIntArrayRBT(IntComparator comp)
Deprecated.CompIntArrayRBT(IntComparator comp, int initialSize)
Deprecated.Constructor for CompIntArrayRBT.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected int
compare(int v1, int v2)
Deprecated.-
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
-
-
-
-
Field Detail
-
comp
private IntComparator comp
Deprecated.
-
-
Constructor Detail
-
CompIntArrayRBT
public CompIntArrayRBT(IntComparator comp)
Deprecated.
-
CompIntArrayRBT
public CompIntArrayRBT(IntComparator comp, int initialSize)
Deprecated.Constructor for CompIntArrayRBT.- Parameters:
comp
- -initialSize
- -
-
-
Method Detail
-
compare
protected int compare(int v1, int v2)
Deprecated.- Overrides:
compare
in classIntArrayRBTcommon
-
-