org.xerial.util.tree
Class BinaryTree<Entry>
java.lang.Object
org.xerial.util.tree.BinaryTree<Entry>
public class BinaryTree<Entry>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryTree
public BinaryTree()
getRootNode
public org.xerial.util.tree.TreeNode<Entry> getRootNode()
find
public org.xerial.util.tree.TreeNode<Entry> find(Entry entry)
findPath
public Path<Entry> findPath(Entry entry)

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.