Class FastDirectedUnweightedGraph<V>

java.lang.Object
es.uam.eps.ir.relison.graph.fast.AbstractFastGraph<V>
es.uam.eps.ir.relison.graph.fast.FastDirectedUnweightedGraph<V>
Type Parameters:
V - Type of the vertices.
All Implemented Interfaces:
DirectedGraph<V>, DirectedUnweightedGraph<V>, FastGraph<V>, Graph<V>, UnweightedGraph<V>, ReducedIndex<V>, java.io.Serializable

public class FastDirectedUnweightedGraph<V>
extends AbstractFastGraph<V>
implements DirectedUnweightedGraph<V>
Fast implementation for a directed unweighted graph. This implementation does not allow removing edges.
See Also:
Serialized Form