- Type Parameters:
V
- the vertex typeE
- the edge type
public class VEPair<V,E>
extends java.lang.Object
Convenience class for associating a vertex and an edge. Used, for example,
in contexts in which it is necessary to know the origin for an edge traversal
(that is, the direction in which an (undirected) edge is being traversed).