Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for weakInterner (0.27 sec)

  1. android/guava/src/com/google/common/collect/MapMaker.java

       * <p>By default, the map uses {@link Equivalence#identity} to determine key equality when {@link
       * #weakKeys} is specified, and {@link Equivalence#equals()} otherwise. The only place this is
       * used is in {@link Interners.WeakInterner}.
       */
      @CanIgnoreReturnValue
      @GwtIncompatible // To be supported
      MapMaker keyEquivalence(Equivalence<Object> equivalence) {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Mar 13 14:30:51 GMT 2023
    - 12.8K bytes
    - Viewed (0)
Back to top