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

Packages that use OrderedSparseMultigraph
edu.uci.ics.jung.graph Interfaces for the JUNG graph types, and some representative implementations. 
 

Uses of OrderedSparseMultigraph in edu.uci.ics.jung.graph
 

Subclasses of OrderedSparseMultigraph in edu.uci.ics.jung.graph
 class SortedSparseMultigraph<V,E>
          An implementation of Graph that is suitable for sparse graphs, orders its vertex and edge collections according to either specified Comparator instances or the natural ordering of their elements, and permits directed, undirected, and parallel edges.
 



Copyright © 2009. All Rights Reserved.