Uses of Class
org.apache.uima.internal.util.rb_trees.IntRedBlackTree
Packages that use IntRedBlackTree
-
Uses of IntRedBlackTree in org.apache.uima.internal.util.rb_trees
Methods in org.apache.uima.internal.util.rb_trees that return IntRedBlackTreeMethods in org.apache.uima.internal.util.rb_trees with parameters of type IntRedBlackTreeModifier and TypeMethodDescription(package private) static final voidIntRBTNode.delete(IntRedBlackTree tree, IntRBTNode z) Delete a given node from the tree.private static final voidIntRBTNode.deleteFixup(IntRedBlackTree tree, IntRBTNode x) From CLR.private static final voidIntRBTNode.deleteFixupNull(IntRedBlackTree tree, IntRBTNode x) Like deleteFixup(), only that the node we should be working on is null, and we actually hand in the node's mother.(package private) static final booleanIntRBTNode.insert(IntRedBlackTree tree, IntRBTNode x) Insert a node into a tree.private final voidIntRBTNode.leftRotate(IntRedBlackTree tree) Left rotation, used to keep the tree balanced.private final voidIntRBTNode.rightRotate(IntRedBlackTree tree) Right rotation, used to keep the tree balanced.private static final booleanIntRBTNode.treeInsert(IntRedBlackTree tree, IntRBTNode z) Auxiliary function for insert().Constructors in org.apache.uima.internal.util.rb_trees with parameters of type IntRedBlackTree