Uses of Class
com.google.common.graph.DirectedGraphConnections.NodeConnection
Packages that use DirectedGraphConnections.NodeConnection
-
Uses of DirectedGraphConnections.NodeConnection in com.google.common.graph
Subclasses of DirectedGraphConnections.NodeConnection in com.google.common.graphModifier and TypeClassDescription(package private) static final class
(package private) static final class
Fields in com.google.common.graph with type parameters of type DirectedGraphConnections.NodeConnectionModifier and TypeFieldDescriptionprivate final 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.NodeConnectionModifierConstructorDescriptionprivate
DirectedGraphConnections
(Map<N, Object> adjacentNodeValues, List<DirectedGraphConnections.NodeConnection<N>> orderedNodeConnections, int predecessorCount, int successorCount)