Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getNextInValueBucket (0.07 sec)

  1. guava/src/com/google/common/collect/ImmutableMapEntry.java

        return super.setValue(value);
      }
    
      @Nullable ImmutableMapEntry<K, V> getNextInKeyBucket() {
        return null;
      }
    
      @Nullable ImmutableMapEntry<K, V> getNextInValueBucket() {
        return null;
      }
    
      /**
       * Returns true if this entry has no bucket links and can safely be reused as a terminal entry in
       * a bucket in another map.
       */
      boolean isReusable() {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Jul 01 21:42:29 UTC 2025
    - 4.6K bytes
    - Viewed (0)
Back to top