Uses of Class
com.google.common.graph.DirectedGraphConnections
-
Packages that use DirectedGraphConnections Package Description com.google.common.graph An API for representing graph (node and edge) data. -
-
Uses of DirectedGraphConnections in com.google.common.graph
Methods in com.google.common.graph that return DirectedGraphConnections Modifier and Type Method Description (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, java.lang.Iterable<EndpointPair<N>> incidentEdges, Function<N,V> successorNodeToValueFn)
-