| Constructor and Description |
|---|
UndirectedEdge(E value,
V from,
V to) |
| Modifier and Type | Method and Description |
|---|---|
static <V,E> Graphs.UndirectedEdge<V,E> |
create(IGraph<V,E> graph,
V from,
V to) |
boolean |
equals(Object obj) |
V |
from() |
int |
hashCode() |
boolean |
isDirected() |
V |
to() |
E |
value() |
public static <V,E> Graphs.UndirectedEdge<V,E> create(IGraph<V,E> graph, V from, V to)
public E value()
public boolean isDirected()
isDirected in interface IEdge<V,E>