V - the vertex typeE - the edge typepublic class VEPair<V,E> extends Object
| Constructor and Description |
|---|
VEPair(V v,
E e)
Creates an instance with the specified vertex and edge
|
| Modifier and Type | Method and Description |
|---|---|
E |
getE()
Returns the edge of this pair.
|
V |
getV()
Returns the vertex of this pair.
|
Copyright © 2015. All rights reserved.