Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for iff (0.15 sec)

  1. android/guava/src/com/google/common/graph/Graph.java

       *
       * @since 27.1
       */
      @Override
      boolean hasEdgeConnecting(EndpointPair<N> endpoints);
    
      //
      // Graph identity
      //
    
      /**
       * Returns {@code true} iff {@code object} is a {@link Graph} that has the same elements and the
       * same structural relationships as those in this graph.
       *
       * <p>Thus, two graphs A and B are equal if <b>all</b> of the following are true:
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Jan 22 17:29:38 GMT 2024
    - 13.6K bytes
    - Viewed (0)
Back to top