Interface UndirectedUnweightedMultiGraph<V>

Type Parameters:
V - type of the vertices
All Superinterfaces:
Graph<V>, MultiGraph<V>, java.io.Serializable, UndirectedGraph<V>, UndirectedMultiGraph<V>, UnweightedGraph<V>, UnweightedMultiGraph<V>
All Known Implementing Classes:
FastUndirectedUnweightedMultiGraph

public interface UndirectedUnweightedMultiGraph<V>
extends UnweightedMultiGraph<V>, UndirectedMultiGraph<V>
Interface for undirected unweighted multigraphs.