- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for edgeConnectingOrNull (0.39 sec)
-
guava/src/com/google/common/graph/Network.java
* <p>In an undirected network, this is equal to {@code edgeConnectingOrNull(nodeV, nodeU)}. * * @throws IllegalArgumentException if there are multiple parallel edges connecting {@code nodeU} * to {@code nodeV} * @throws IllegalArgumentException if {@code nodeU} or {@code nodeV} is not an element of this * network * @since 23.0 */ @Nullable E edgeConnectingOrNull(N nodeU, N nodeV); /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 22:03:02 UTC 2025 - 22.5K bytes - Viewed (0)