Package com.google.common.graph
Class DirectedGraphConnections.NodeConnection<N>
- java.lang.Object
-
- com.google.common.graph.DirectedGraphConnections.NodeConnection<N>
-
- Direct Known Subclasses:
DirectedGraphConnections.NodeConnection.Pred
,DirectedGraphConnections.NodeConnection.Succ
- Enclosing class:
- DirectedGraphConnections<N,V>
private abstract static class DirectedGraphConnections.NodeConnection<N> extends java.lang.Object
A value class representing single connection between the origin node and another node.There can be two types of connections (predecessor and successor), which is represented by the two implementations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
DirectedGraphConnections.NodeConnection.Pred<N>
(package private) static class
DirectedGraphConnections.NodeConnection.Succ<N>
-
Constructor Summary
Constructors Constructor Description NodeConnection(N node)
-