Uses of Class
com.google.common.collect.RegularImmutableMap.BucketOverflowException
Packages that use RegularImmutableMap.BucketOverflowException
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of RegularImmutableMap.BucketOverflowException in com.google.common.collect
Methods in com.google.common.collect that throw RegularImmutableMap.BucketOverflowExceptionModifier and TypeMethodDescription(package private) static <K,
V> ImmutableMapEntry <K, V> RegularImmutableMap.checkNoConflictInKeyBucket
(Object key, Object newValue, ImmutableMapEntry<K, V> keyBucketHead, boolean throwIfDuplicateKeys) Checks if the given key already appears in the hash chain starting atkeyBucketHead
.private static void
RegularImmutableBiMap.checkNoConflictInValueBucket
(Object value, Map.Entry<?, ?> entry, ImmutableMapEntry<?, ?> valueBucketHead) private static <K,
V> ImmutableMap <K, V> RegularImmutableMap.fromEntryArrayCheckingBucketOverflow
(int n, Map.Entry<K, V>[] entryArray, boolean throwIfDuplicateKeys)