- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for JdkBackedImmutableMultiset (0.09 seconds)
-
guava/src/com/google/common/collect/RegularImmutableMultiset.java
} hashCode += hash ^ count; entryArray[index++] = newEntry; hashTable[bucket] = newEntry; size += count; } return hashFloodingDetected(hashTable) ? JdkBackedImmutableMultiset.create(asImmutableList(entryArray)) : new RegularImmutableMultiset<E>( entryArray, hashTable, Ints.saturatedCast(size), hashCode, null); }Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Dec 26 20:08:09 GMT 2025 - 6.8K bytes - Click Count (0)