Interface UndiGraph.UndiGraphEdge<N,​E>

  • Type Parameters:
    N - Value type that the graph node stores.
    E - Value type that the graph edge stores.
    All Superinterfaces:
    Annotatable, Graph.GraphEdge<N,​E>
    Enclosing class:
    UndiGraph<N,​E>

    public static interface UndiGraph.UndiGraphEdge<N,​E>
    extends Graph.GraphEdge<N,​E>
    A generic undirected graph edge.