Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for edgeConnectingOrNull (0.39 sec)

  1. 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)
Back to top