Interface Graph.Path<T>

Type Parameters:
T - The node type.
All Known Implementing Classes:
Graph.BasePath
Enclosing interface:
Graph<T,U>

public static interface Graph.Path<T>
Defines a path between two nodes in the graph.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      List<T> get()
      Returns:
      The path.