Package es.uam.eps.ir.relison.graph.multigraph.fast
Fast implementations of multigraphs.
-
Interface Summary Interface Description FastMultiGraph<U> Interface for fast implementations of multi-graphs. -
Class Summary Class Description AbstractFastMultiGraph<U> Fast implementation of a multi graphFastDirectedUnweightedMultiGraph<U> Fast implementation for a directed unweighted multi-graph.FastDirectedWeightedMultiGraph<U> Fast implementation of a directed weighted graph.FastUndirectedUnweightedMultiGraph<U> Fast implementation of an undirected unweighted multi-graphFastUndirectedWeightedMultiGraph<U> Fast implementation for an Undirected Weighted multigraph.