Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for JdkBackedImmutableBiMap (0.17 seconds)

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

        return new JdkBackedImmutableBiMap<>(
            entryList, forwardDelegate, backwardDelegate, /* inverse= */ null);
      }
    
      private final transient ImmutableList<Entry<K, V>> entries;
      private final Map<K, V> forwardDelegate;
      private final Map<V, K> backwardDelegate;
      private final @Nullable JdkBackedImmutableBiMap<V, K> inverse;
    
      private JdkBackedImmutableBiMap(
          ImmutableList<Entry<K, V>> entries,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Sep 23 17:50:58 GMT 2025
    - 4.9K bytes
    - Click Count (0)
  2. cycle_suppress_list.txt

    FIELD com.google.common.collect.ImmutableRangeMap.ranges
    FIELD com.google.common.collect.ImmutableRangeSet.ranges
    FIELD com.google.common.collect.ImmutableSet.asList
    FIELD com.google.common.collect.JdkBackedImmutableBiMap.inverse
    FIELD com.google.common.collect.Maps.FilteredMapValues.unfiltered
    FIELD com.google.common.collect.Sets.SubSet.inputSet
    FIELD com.google.common.collect.SingletonImmutableBiMap.inverse
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Jul 24 01:59:49 GMT 2025
    - 3.2K bytes
    - Click Count (0)
Back to Top