Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for adjacentEdges (0.07 sec)

  1. guava/src/com/google/common/graph/Network.java

       *       behavior is undefined
       * </ul>
       *
       * @throws IllegalArgumentException if {@code edge} is not an element of this network
       */
      Set<E> adjacentEdges(E edge);
    
      /**
       * Returns a live view of the set of edges that each directly connect {@code nodeU} to {@code
       * nodeV}.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 10 15:41:27 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/graph/Network.java

       *       behavior is undefined
       * </ul>
       *
       * @throws IllegalArgumentException if {@code edge} is not an element of this network
       */
      Set<E> adjacentEdges(E edge);
    
      /**
       * Returns a live view of the set of edges that each directly connect {@code nodeU} to {@code
       * nodeV}.
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Thu Oct 10 15:41:27 UTC 2024
    - 21.1K bytes
    - Viewed (0)
Back to top