Interface Vertex<V>

Type Parameters:
V - type for associated element stored with edge

public interface Vertex<V>
A vertex of a graph.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the element associated with the vertex.
  • Method Details

    • getElement

      V getElement()
      Returns the element associated with the vertex.