Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for fashion (0.35 sec)

  1. android/guava/src/com/google/common/hash/Hashing.java

            return candidate;
          }
        }
      }
    
      /**
       * Returns a hash code, having the same bit length as each of the input hash codes, that combines
       * the information of these hash codes in an ordered fashion. That is, whenever two equal hash
       * codes are produced by two calls to this method, it is <i>as likely as possible</i> that each
       * was computed from the <i>same</i> input hash codes in the <i>same</i> order.
       *
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Apr 09 00:37:15 GMT 2024
    - 29.2K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

       * ListenableFuture instances
       */
    
      /**
       * A future in {@link TestFutureBatch} that also has a name for debugging purposes and a {@code
       * finisher}, a task that will complete the future in some fashion when it is called, allowing for
       * testing both before and after the completion of the future.
       */
      @J2ktIncompatible
      @GwtIncompatible // used only in GwtIncompatible tests
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

       * ListenableFuture instances
       */
    
      /**
       * A future in {@link TestFutureBatch} that also has a name for debugging purposes and a {@code
       * finisher}, a task that will complete the future in some fashion when it is called, allowing for
       * testing both before and after the completion of the future.
       */
      @J2ktIncompatible
      @GwtIncompatible // used only in GwtIncompatible tests
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
Back to top