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