private abstract static class DirectedGraphConnections.NodeConnection<N>
extends java.lang.Object
There can be two types of connections (predecessor and successor), which is represented by the two implementations.
Modifier and Type | Class and Description |
---|---|
(package private) static class |
DirectedGraphConnections.NodeConnection.Pred<N> |
(package private) static class |
DirectedGraphConnections.NodeConnection.Succ<N> |
Constructor and Description |
---|
NodeConnection(N node) |