- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for createHashTableOrThrow (0.15 sec)
-
android/guava/src/com/google/common/collect/RegularImmutableBiMap.java
this.keyOffset = 0; int tableSize = (size >= 2) ? ImmutableSet.chooseTableSize(size) : 0; this.keyHashTable = RegularImmutableMap.createHashTableOrThrow(alternatingKeysAndValues, size, tableSize, 0); Object valueHashTable = RegularImmutableMap.createHashTableOrThrow(alternatingKeysAndValues, size, tableSize, 1); this.inverse = new RegularImmutableBiMap<V, K>(valueHashTable, alternatingKeysAndValues, size, this);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Nov 30 21:54:06 UTC 2023 - 4.3K bytes - Viewed (0)