Uses of Class
com.google.common.graph.UndirectedGraphConnections
Packages that use UndirectedGraphConnections
-
Uses of UndirectedGraphConnections in com.google.common.graph
Methods in com.google.common.graph that return UndirectedGraphConnectionsModifier and TypeMethodDescription(package private) static <N,
V> UndirectedGraphConnections <N, V> UndirectedGraphConnections.of
(ElementOrder<N> incidentEdgeOrder) (package private) static <N,
V> UndirectedGraphConnections <N, V> UndirectedGraphConnections.ofImmutable
(Map<N, V> adjacentNodeValues)