Returns a MapMakerInternalMap for the benefit of internal callers that use features of that class not exposed through ConcurrentMap.
()
| 281 | * class not exposed through ConcurrentMap. |
| 282 | */ |
| 283 | @GwtIncompatible // MapMakerInternalMap |
| 284 | <K, V> MapMakerInternalMap<K, V> makeCustomMap() { |
| 285 | return new MapMakerInternalMap<K, V>(this); |
| 286 | } |
| 287 | |
| 288 | /** |
| 289 | * Builds a map that supports atomic, on-demand computation of values. {@link Map#get} either |