public interface DirectedGraph<N,V>
| Modifier and Type | Method and Description |
|---|---|
void |
getNodeValues(N node,
Collection<V> values,
Collection<N> connectedNodes) |
void getNodeValues(N node, Collection<V> values, Collection<N> connectedNodes)
Copyright © 2013. All rights reserved