- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for MapMakerWeakKeysStrongValues (0.14 sec)
-
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; /**
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:05:46 UTC 2024 - 3.3K bytes - Viewed (0) -
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();
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 12.4K bytes - Viewed (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();
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 12.4K bytes - Viewed (0)