Uses of Class
edu.uci.ics.jung.graph.util.Graphs.UnmodifiableTree
Packages that use Graphs.UnmodifiableTree
-
Uses of Graphs.UnmodifiableTree in edu.uci.ics.jung.graph.util
Methods in edu.uci.ics.jung.graph.util that return Graphs.UnmodifiableTreeModifier and TypeMethodDescriptionstatic <V,
E> Graphs.UnmodifiableTree <V, E> Graphs.unmodifiableTree
(Tree<V, E> tree) Returns an unmodifiableTree
backed by the passed tree.