Class FastUndirectedWeightedGraph<V>

java.lang.Object
es.uam.eps.ir.relison.graph.fast.AbstractFastGraph<V>
es.uam.eps.ir.relison.graph.fast.FastUndirectedWeightedGraph<V>
Type Parameters:
V - type of the nodes
All Implemented Interfaces:
FastGraph<V>, Graph<V>, UndirectedGraph<V>, UndirectedWeightedGraph<V>, WeightedGraph<V>, ReducedIndex<V>, java.io.Serializable

public class FastUndirectedWeightedGraph<V>
extends AbstractFastGraph<V>
implements UndirectedWeightedGraph<V>
Fast implementation for an Undirected Weighted graph.
See Also:
Serialized Form