Uses of Class
com.google.common.graph.DirectedGraphConnections
Packages that use DirectedGraphConnections
-
Uses of DirectedGraphConnections in com.google.common.graph
Methods in com.google.common.graph that return DirectedGraphConnectionsModifier and TypeMethodDescription(package private) static <N,V> DirectedGraphConnections<N, V> DirectedGraphConnections.of(ElementOrder<N> incidentEdgeOrder) (package private) static <N,V> DirectedGraphConnections<N, V> DirectedGraphConnections.ofImmutable(N thisNode, Iterable<EndpointPair<N>> incidentEdges, Function<N, V> successorNodeToValueFn)