public static final class GraphReachability.EdgeTuple<N,E> extends Object
Modifier and Type | Field and Description |
---|---|
E |
edge |
N |
sourceNode |
Constructor and Description |
---|
GraphReachability.EdgeTuple(N sourceNode,
E edge,
N destNode) |
Copyright © 2009-2016 Google. All Rights Reserved.