Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for relationship (2.02 sec)

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

      //
      // 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:
       *
       * <ul>
       *   <li>A and B have equal {@link #isDirected() directedness}.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  2. guava/src/com/google/common/graph/Graph.java

      //
      // 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:
       *
       * <ul>
       *   <li>A and B have equal {@link #isDirected() directedness}.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 13.6K bytes
    - Viewed (0)
Back to top