- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for InternalEntryHelper (0.55 sec)
-
android/guava/src/com/google/common/collect/MapMakerInternalMap.java
/** Strategy for handling entries and segments in a type-safe and efficient manner. */ final transient InternalEntryHelper<K, V, E, S> entryHelper; /** * Creates a new, empty map with the specified strategy, initial capacity and concurrency level. */ private MapMakerInternalMap(MapMaker builder, InternalEntryHelper<K, V, E, S> entryHelper) { concurrencyLevel = min(builder.getConcurrencyLevel(), MAX_SEGMENTS);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 90K bytes - Viewed (0)