Interface UnweightedTree<U>

Type Parameters:
U - Type of the nodes.
All Superinterfaces:
DirectedGraph<U>, Graph<U>, java.io.Serializable, Tree<U>, UnweightedGraph<U>
All Known Implementing Classes:
FastUnweightedTree

public interface UnweightedTree<U>
extends Tree<U>, UnweightedGraph<U>
Interface for managing and creating tree graphs.