Uses of Class
com.google.common.graph.DirectedNetworkConnections
-
Packages that use DirectedNetworkConnections Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of DirectedNetworkConnections in com.google.common.graph
Methods in com.google.common.graph that return DirectedNetworkConnections Modifier and Type Method Description (package private) static <N,E>
DirectedNetworkConnections<N,E>DirectedNetworkConnections. of()
(package private) static <N,E>
DirectedNetworkConnections<N,E>DirectedNetworkConnections. ofImmutable(java.util.Map<E,N> inEdges, java.util.Map<E,N> outEdges, int selfLoopCount)
-