Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fromEntryArrayCheckingBucketOverflow (0.27 sec)

  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
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 28 18:11:09 UTC 2024
    - 16.2K bytes
    - Viewed (0)
Back to top