public class Tree<T> extends Object
Tree(T data)
Node<T>
getRoot()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tree(T data)
public Node<T> getRoot()
Copyright © 2018. All rights reserved.