Class UndiGraph<N,​E>

  • Type Parameters:
    N - Value type that the graph node stores.
    E - Value type that the graph edge stores.
    All Implemented Interfaces:
    AdjacencyGraph<N,​E>
    Direct Known Subclasses:
    LinkedUndirectedGraph

    public abstract class UndiGraph<N,​E>
    extends Graph<N,​E>
    A generic undirected graph.
    • Constructor Detail

      • UndiGraph

        public UndiGraph()