Interface Graph.Vertex<ID>

  • Type Parameters:
    ID - type of identifier
    All Known Implementing Classes:
    AbstractGraph.SimpleVertex
    Enclosing interface:
    Graph<ID>

    public static interface Graph.Vertex<ID>
    Vertex of graph. A vertex must have an identifier unique to all vertices in the graph.