Uses of Class
com.google.common.graph.DirectedGraphConnections.NodeConnection
-
Packages that use DirectedGraphConnections.NodeConnection Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of DirectedGraphConnections.NodeConnection in com.google.common.graph
Subclasses of DirectedGraphConnections.NodeConnection in com.google.common.graph Modifier and Type Class Description (package private) static class
DirectedGraphConnections.NodeConnection.Pred<N>
(package private) static class
DirectedGraphConnections.NodeConnection.Succ<N>
Fields in com.google.common.graph with type parameters of type DirectedGraphConnections.NodeConnection Modifier and Type Field Description private java.util.List<DirectedGraphConnections.NodeConnection<N>>
DirectedGraphConnections. orderedNodeConnections
All node connections in this graph, in edge insertion order.Constructor parameters in com.google.common.graph with type arguments of type DirectedGraphConnections.NodeConnection Constructor Description DirectedGraphConnections(java.util.Map<N,java.lang.Object> adjacentNodeValues, java.util.List<DirectedGraphConnections.NodeConnection<N>> orderedNodeConnections, int predecessorCount, int successorCount)
-