Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for modify (0.55 sec)

  1. android/guava/src/com/google/common/cache/LocalCache.java

         * <p>{@code value} may be null only for a loading reference.
         */
        ValueReference<K, V> copyFor(
            ReferenceQueue<V> queue, @CheckForNull V value, ReferenceEntry<K, V> entry);
    
        /**
         * Notify pending loads that a new value was set. This is only relevant to loading value
         * references.
         */
        void notifyNewValue(@CheckForNull V newValue);
    
        /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/Maps.java

      }
    
      /**
       * Returns an unmodifiable view of the specified set of entries. The {@link Entry#setValue}
       * operation throws an {@link UnsupportedOperationException}, as do any operations that would
       * modify the returned set.
       *
       * @param entrySet the entries for which to return an unmodifiable view
       * @return an unmodifiable view of the entries
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Maps.java

      }
    
      /**
       * Returns an unmodifiable view of the specified set of entries. The {@link Entry#setValue}
       * operation throws an {@link UnsupportedOperationException}, as do any operations that would
       * modify the returned set.
       *
       * @param entrySet the entries for which to return an unmodifiable view
       * @return an unmodifiable view of the entries
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  4. guava/src/com/google/common/cache/LocalCache.java

         * <p>{@code value} may be null only for a loading reference.
         */
        ValueReference<K, V> copyFor(
            ReferenceQueue<V> queue, @CheckForNull V value, ReferenceEntry<K, V> entry);
    
        /**
         * Notify pending loads that a new value was set. This is only relevant to loading value
         * references.
         */
        void notifyNewValue(@CheckForNull V newValue);
    
        /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
Back to top