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>
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 ClassesModifier and TypeClassDescription(package private) static final class
(package private) static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
node
-
-
Constructor Details
-
NodeConnection
NodeConnection(N node)
-