Returns a MapMakerInternalMap for the benefit of internal callers that use features of that class not exposed through ConcurrentMap.
()
| 292 | */ |
| 293 | |
| 294 | @GwtIncompatible // MapMakerInternalMap |
| 295 | <K, V> MapMakerInternalMap<K, V> makeCustomMap() { |
| 296 | return new MapMakerInternalMap<K, V>(this); |
| 297 | } |
| 298 | |
| 299 | /** |
| 300 | * Builds a map that supports atomic, on-demand computation of values. {@link Map#get} either |