Interface UndirectedUnweightedGraph<V>

Type Parameters:
V - Type of vertices.
All Superinterfaces:
Graph<V>, java.io.Serializable, UndirectedGraph<V>, UnweightedGraph<V>
All Known Implementing Classes:
FastUndirectedUnweightedGraph, UndirectedJungGraph

public interface UndirectedUnweightedGraph<V>
extends UnweightedGraph<V>, UndirectedGraph<V>
Interface for undirected unweighted graphs.