Path constructor

Path(
  1. Queue<Vertex> path
)

Implementation

Path(this.path);