I have a graph implementation where I can create a graph by doing the following:
Graph g = new AdjacencyList<>(false); Vertex<