Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for NonTerminalImmutableBiMapEntry (0.38 seconds)

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

        @Override
        final boolean isReusable() {
          return false;
        }
      }
    
      static final class NonTerminalImmutableBiMapEntry<K, V>
          extends NonTerminalImmutableMapEntry<K, V> {
        private final transient @Nullable ImmutableMapEntry<K, V> nextInValueBucket;
    
        NonTerminalImmutableBiMapEntry(
            K key,
            V value,
            @Nullable ImmutableMapEntry<K, V> nextInKeyBucket,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Jul 01 21:42:29 GMT 2025
    - 4.6K bytes
    - Click Count (0)
  2. guava/src/com/google/common/collect/RegularImmutableBiMap.java

    import com.google.common.annotations.GwtIncompatible;
    import com.google.common.annotations.J2ktIncompatible;
    import com.google.common.annotations.VisibleForTesting;
    import com.google.common.collect.ImmutableMapEntry.NonTerminalImmutableBiMapEntry;
    import com.google.common.collect.RegularImmutableMap.BucketOverflowException;
    import com.google.errorprone.annotations.concurrent.LazyInit;
    import com.google.j2objc.annotations.RetainedWith;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Dec 26 20:08:09 GMT 2025
    - 11.1K bytes
    - Click Count (0)
  3. guava/src/com/google/common/collect/RegularImmutableMap.java

    cpovirk <******@****.***> 1766779519 -0800
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Dec 26 20:08:09 GMT 2025
    - 15.7K bytes
    - Click Count (0)
Back to Top