Interface Edge<V extends Vertex>

    • Method Detail

      • src

        V src()
        Returns the edge source vertex.
        Returns:
        source vertex
      • dst

        V dst()
        Returns the edge destination vertex.
        Returns:
        destination vertex