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

Packages that use UndirectedSparseEdge
edu.uci.ics.jung.algorithms.blockmodel Implementations of a notion of graph equivalence for blockmodeling, and a mechanism for collapsing blocks. 
edu.uci.ics.jung.graph.impl Implementations of the JUNG vertex, edge, and graph interfaces. 
 

Uses of UndirectedSparseEdge in edu.uci.ics.jung.algorithms.blockmodel
 

Subclasses of UndirectedSparseEdge in edu.uci.ics.jung.algorithms.blockmodel
 class BipartiteGraphCollapser.CollapsedBipartiteEdge
           
static class GraphCollapser.UndirectedCollapsedEdge
          This class represents a Collapsed Undirected edge, and extends UndirectedSparseEdge.
 

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

Subclasses of UndirectedSparseEdge in edu.uci.ics.jung.graph.impl
 class BipartiteEdge
          A simple extension of the UndirectedSparseEdge, except with careful bounds checking.