Uses of Class
org.apache.uima.internal.util.BinaryTree
-
Packages that use BinaryTree Package Description org.apache.uima.internal.util org.apache.uima.internal.util.rb_trees -
-
Uses of BinaryTree in org.apache.uima.internal.util
Fields in org.apache.uima.internal.util declared as BinaryTree Modifier and Type Field Description private BinaryTree
BinaryTree. left
private BinaryTree
BinaryTree. mother
private BinaryTree
BinaryTree. right
Methods in org.apache.uima.internal.util that return BinaryTree Modifier and Type Method Description BinaryTree
BinaryTree. getLeftDtr()
BinaryTree
BinaryTree. getMother()
BinaryTree
BinaryTree. getRightDtr()
BinaryTree
BinaryTree. newLeftDtr()
BinaryTree
BinaryTree. newRightDtr()
-
Uses of BinaryTree in org.apache.uima.internal.util.rb_trees
Methods in org.apache.uima.internal.util.rb_trees that return BinaryTree Modifier and Type Method Description BinaryTree
RedBlackTree. getBinaryTree()
Methods in org.apache.uima.internal.util.rb_trees with parameters of type BinaryTree Modifier and Type Method Description (package private) void
RBTNode. getBinaryTree(BinaryTree tree)
-