Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setValueStrength (0.88 sec)

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

       * @see WeakReference
       */
      @CanIgnoreReturnValue
      @GwtIncompatible // java.lang.ref.WeakReference
      public MapMaker weakValues() {
        return setValueStrength(Strength.WEAK);
      }
    
      /**
       * A dummy singleton value type used by {@link Interners}.
       *
       * <p>{@link MapMakerInternalMap} can optimize for memory usage in this case; see {@link
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 12.8K bytes
    - Viewed (0)
Back to top