Package | Description |
---|---|
scratch.joshua.jung_2_0.core |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<E,Pair<V>> |
SimpleDirectedSparseGraph.edges |
protected java.util.Map<E,Pair<V>> |
SimpleUndirectedSparseGraph.edges |
protected java.util.Map<V,Pair<java.util.Set<E>>> |
SimpleDirectedSparseGraph.vertices |
Modifier and Type | Method and Description |
---|---|
Pair<V> |
Graph.getEndpoints(E edge) |
Pair<V> |
SimpleDirectedSparseGraph.getEndpoints(E edge) |
Pair<V> |
SimpleUndirectedSparseGraph.getEndpoints(E edge) |