Class AbstractGraph.SimpleVertex

java.lang.Object
com.github.moaxcp.graphs.AbstractGraph.SimpleVertex
All Implemented Interfaces:
Graph.Vertex<ID>
Enclosing class:
AbstractGraph<ID>

public class AbstractGraph.SimpleVertex extends Object implements Graph.Vertex<ID>