| Modifier and Type | Method and Description |
|---|---|
static <V,E> Graphs.Edge<V,E> |
create(IGraph<V,E> graph,
V from,
V to) |
boolean |
equals(java.lang.Object obj) |
V |
from() |
int |
hashCode() |
V |
to() |
E |
value() |
public static <V,E> Graphs.Edge<V,E> create(IGraph<V,E> graph, V from, V to)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object