- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for MapMakerWeakKeysStrongValues (0.26 seconds)
-
android/guava-tests/benchmark/com/google/common/collect/MapsMemoryBenchmark.java
"ConcurrentHashMapImpl", "CompactHashMapImpl", "CompactLinkedHashMapImpl", "ImmutableMapImpl", "TreeMapImpl", "ImmutableSortedMapImpl", "MapMakerWeakKeysWeakValues", "MapMakerWeakKeysStrongValues", "MapMakerStrongKeysWeakValues", "MapMakerStrongKeysStrongValues", "HashBiMapImpl", "ImmutableBiMapImpl" }) String implName; MapsImplEnum mapsImpl; /**
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Tue May 13 17:27:14 GMT 2025 - 3.4K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/collect/BenchmarkHelpers.java
ConcurrentMap<K, V> newMap = new MapMaker().weakValues().makeMap(); checkState(newMap instanceof MapMakerInternalMap); newMap.putAll(map); return newMap; } }, MapMakerWeakKeysStrongValues { @Override public <K extends Comparable<K>, V> Map<K, V> create(Map<K, V> map) { ConcurrentMap<K, V> newMap = new MapMaker().weakKeys().makeMap();
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sun Aug 10 19:54:19 GMT 2025 - 12.5K bytes - Click Count (0)