Uses of Class
com.google.common.graph.DirectedNetworkConnections
Packages that use DirectedNetworkConnections
-
Uses of DirectedNetworkConnections in com.google.common.graph
Methods in com.google.common.graph that return DirectedNetworkConnectionsModifier and TypeMethodDescription(package private) static <N,
E> DirectedNetworkConnections <N, E> DirectedNetworkConnections.of()
(package private) static <N,
E> DirectedNetworkConnections <N, E> DirectedNetworkConnections.ofImmutable
(Map<E, N> inEdges, Map<E, N> outEdges, int selfLoopCount)