Uses of Class
edu.uci.ics.jung.graph.util.Graphs.UnmodifiableForest
Packages that use Graphs.UnmodifiableForest
-
Uses of Graphs.UnmodifiableForest in edu.uci.ics.jung.graph.util
Subclasses of Graphs.UnmodifiableForest in edu.uci.ics.jung.graph.utilMethods in edu.uci.ics.jung.graph.util that return Graphs.UnmodifiableForestModifier and TypeMethodDescriptionstatic <V,
E> Graphs.UnmodifiableForest <V, E> Graphs.unmodifiableForest
(Forest<V, E> forest) Returns an unmodifiableForest
backed by the passed forest.