public class DefaultEdge extends Object
| Constructor and Description |
|---|
DefaultEdge(Object source,
Object target) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static <V> DirectedGraph.EdgeFactory<V,DefaultEdge> |
factory() |
int |
hashCode() |
public static <V> DirectedGraph.EdgeFactory<V,DefaultEdge> factory()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.