|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.junaraki.libtree.AbstractTree<T>
T - the type of elements maintained by this treepublic abstract class AbstractTree<T>
A skeletal implementation of the Tree interface.
| Constructor Summary | |
|---|---|
AbstractTree()
Sole constructor. |
|
| Method Summary | |
|---|---|
boolean |
isEmpty()
Returns true if this tree contains no elements. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.junaraki.libtree.Tree |
|---|
contains, getHeight, search, size |
| Constructor Detail |
|---|
public AbstractTree()
| Method Detail |
|---|
public boolean isEmpty()
Tree
isEmpty in interface Tree<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||