Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for removeDuplicates (0.05 sec)

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

          entries[entryIndex] = effectiveEntry;
        }
        if (duplicates != null) {
          // Explicit type parameters needed here to avoid a problem with nullness inference.
          entries = RegularImmutableMap.<K, V>removeDuplicates(entries, n, n - dupCount, duplicates);
          int newTableSize = Hashing.closedTableSize(entries.length, MAX_LOAD_FACTOR);
          if (newTableSize != tableSize) {
            return fromEntryArrayCheckingBucketOverflow(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 15.8K bytes
    - Viewed (0)
Back to top