I am implementing a graph data structure in java. In this structure, vertices are represented as Vertex objects containing a private final String value field.
One of