Package qilin.util.graph
Interface Tree<N>
- All Known Implementing Classes:
TreeImpl
public interface Tree<N>
-
Method Summary
-
Method Details
-
getRoot
N getRoot() -
getLeaves
Collection<N> getLeaves() -
isALeaf
-
getAllNodes
Collection<N> getAllNodes() -
size
int size() -
parentOf
-
childrenOf
-