Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for properties (0.14 sec)

  1. android/guava/src/com/google/common/base/Equivalence.java

       */
      @ForOverride
      protected abstract boolean doEquivalent(T a, T b);
    
      /**
       * Returns a hash code for {@code t}.
       *
       * <p>The {@code hash} has the following properties:
       *
       * <ul>
       *   <li>It is <i>consistent</i>: for any reference {@code x}, multiple invocations of {@code
       *       hash(x}} consistently return the same value provided {@code x} remains unchanged
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed Apr 24 01:41:50 GMT 2024
    - 14.1K bytes
    - Viewed (0)
Back to top