Uses of Class
org.apache.uima.internal.util.BinaryTree
Packages that use BinaryTree
-
Uses of BinaryTree in org.apache.uima.internal.util
Fields in org.apache.uima.internal.util declared as BinaryTreeModifier and TypeFieldDescriptionprivate BinaryTree
BinaryTree.left
private BinaryTree
BinaryTree.mother
private BinaryTree
BinaryTree.right
Methods in org.apache.uima.internal.util that return BinaryTreeModifier and TypeMethodDescriptionBinaryTree.getLeftDtr()
BinaryTree.getMother()
BinaryTree.getRightDtr()
BinaryTree.newLeftDtr()
BinaryTree.newRightDtr()
-
Uses of BinaryTree in org.apache.uima.internal.util.rb_trees
Methods in org.apache.uima.internal.util.rb_trees that return BinaryTreeMethods in org.apache.uima.internal.util.rb_trees with parameters of type BinaryTree