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