Package org.savantbuild.util
Interface Graph.Edge<T,U>
- Type Parameters:
T- The node value type.U- The edge value type.
- All Known Implementing Classes:
Graph.Edge.BaseEdge
public static interface Graph.Edge<T,U>
Interface for edges in the graph. This interface is the edge information that is used by users of a Graph and often
is not used internally to the graph itself. It abstracts the implementation details of the graph from the user.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classBasic implementation of the Edge interface. -
Method Summary