Uses of Class
edu.uci.ics.jung.graph.util.Graphs.UnmodifiableTree
-
Packages that use Graphs.UnmodifiableTree Package Description edu.uci.ics.jung.graph.util Utility interfaces and classes for the JUNG API. -
-
Uses of Graphs.UnmodifiableTree in edu.uci.ics.jung.graph.util
Methods in edu.uci.ics.jung.graph.util that return Graphs.UnmodifiableTree Modifier and Type Method Description static <V,E>
Graphs.UnmodifiableTree<V,E>Graphs. unmodifiableTree(Tree<V,E> tree)
Returns an unmodifiableTree
backed by the passed tree.
-