Package com.zybooks.dsaj.graph
Interface Vertex<V>
- Type Parameters:
V
- type for associated element stored with edge
public interface Vertex<V>
A vertex of a graph.
-
Method Summary
-
Method Details
-
getElement
V getElement()Returns the element associated with the vertex.
-