Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hashObject (0.41 sec)

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

       * <i>might</i> perform better than its longhand equivalent, but should not perform worse.
       *
       * @since 14.0
       */
      <T extends @Nullable Object> HashCode hashObject(
          @ParametricNullness T instance, Funnel<? super T> funnel);
    
      /**
       * Returns the number of bits (a multiple of 32) that each hash code produced by this hash
       * function has.
       */
      int bits();
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue May 25 18:22:59 GMT 2021
    - 10.9K bytes
    - Viewed (0)
Back to top