- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for NonTerminalImmutableBiMapEntry (0.58 sec)
-
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,
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 01 21:42:29 UTC 2025 - 4.6K bytes - Viewed (0) -
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;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 11.1K bytes - Viewed (0)