Uses of Class
edu.uci.ics.jung.graph.UndirectedSparseMultigraph
-
Packages that use UndirectedSparseMultigraph Package Description edu.uci.ics.jung.graph Interfaces for the JUNG graph types, and some representative implementations. -
-
Uses of UndirectedSparseMultigraph in edu.uci.ics.jung.graph
Subclasses of UndirectedSparseMultigraph in edu.uci.ics.jung.graph Modifier and Type Class Description class
UndirectedOrderedSparseMultigraph<V,E>
An implementation ofUndirectedGraph
that is suitable for sparse graphs, orders its vertex and edge collections according to insertion time, and permits parallel edges.
-