Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for fromEntryArrayCheckingBucketOverflow (0.57 seconds)

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

          @SuppressWarnings("unchecked") // it has no entries so the type variables don't matter
          ImmutableMap<K, V> empty = (ImmutableMap<K, V>) EMPTY;
          return empty;
        }
        try {
          return fromEntryArrayCheckingBucketOverflow(n, entryArray, throwIfDuplicateKeys);
        } catch (BucketOverflowException e) {
          // probable hash flooding attack, fall back to j.u.HM based implementation and use its
    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