- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for edgeValue (0.04 sec)
-
guava/src/com/google/common/graph/ValueGraph.java
* * @throws IllegalArgumentException if {@code nodeU} or {@code nodeV} is not an element of this * graph * @since 23.0 (since 20.0 with return type {@code V}) */ Optional<V> edgeValue(N nodeU, N nodeV); /** * Returns the value of the edge that connects {@code endpoints} (in the order, if any, specified * by {@code endpoints}), if one is present; otherwise, returns {@code Optional.empty()}.
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 10 15:41:27 UTC 2024 - 16K bytes - Viewed (0)