Uses of Class
edu.uci.ics.jung.graph.SparseMultigraph
Packages that use SparseMultigraph
Package
Description
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.graphModifier and TypeClassDescriptionclassAn implementation ofGraphthat orders its vertex and edge collections according to insertion time, is suitable for sparse graphs, and permits directed, undirected, and parallel edges.classAn implementation ofGraphthat is suitable for sparse graphs, orders its vertex and edge collections according to either specifiedComparatorinstances or the natural ordering of their elements, and permits directed, undirected, and parallel edges.