Uses of Class
edu.uci.ics.jung.graph.impl.UndirectedSparseGraph

Packages that use UndirectedSparseGraph
edu.uci.ics.jung.graph.impl Implementations of the JUNG vertex, edge, and graph interfaces. 
 

Uses of UndirectedSparseGraph in edu.uci.ics.jung.graph.impl
 

Subclasses of UndirectedSparseGraph in edu.uci.ics.jung.graph.impl
 class BipartiteGraph
          A Bipartite graph is divided into A vertices and B vertices.