|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SparseMultigraph | |
---|---|
edu.uci.ics.jung.graph | Interfaces for the JUNG graph types, and some representative implementations. |
Uses of SparseMultigraph in edu.uci.ics.jung.graph |
---|
Subclasses of SparseMultigraph in edu.uci.ics.jung.graph | |
---|---|
class |
OrderedSparseMultigraph<V,E>
An implementation of Graph that orders its vertex and edge collections
according to insertion time, is suitable for sparse graphs, and
permits directed, undirected, and parallel edges. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |