org.xerial.util.tree
Class BinaryTree<Entry>

java.lang.Object
  extended by org.xerial.util.tree.BinaryTree<Entry>

public class BinaryTree<Entry>
extends Object


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

Constructor Detail

BinaryTree

public BinaryTree()
Method Detail

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)


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