Uses of Class
edu.uci.ics.jung.graph.UndirectedSparseMultigraph

Packages that use UndirectedSparseMultigraph
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
 class UndirectedOrderedSparseMultigraph<V,E>
          An implementation of UndirectedGraph that is suitable for sparse graphs, orders its vertex and edge collections according to insertion time, and permits parallel edges.
 



Copyright © 2009. All Rights Reserved.