Uses of Class
edu.uci.ics.jung.graph.UndirectedSparseMultigraph
Packages that use UndirectedSparseMultigraph
Package
Description
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.graphModifier and TypeClassDescriptionclass
An implementation ofUndirectedGraph
that is suitable for sparse graphs, orders its vertex and edge collections according to insertion time, and permits parallel edges.