MCPcopy Create free account
hub / github.com/antlr/codebuff / makeCustomMap

Method makeCustomMap

output/java_guava/1.4.16/MapMaker.java:292–295  ·  view source on GitHub ↗

Returns a MapMakerInternalMap for the benefit of internal callers that use features of that class not exposed through ConcurrentMap.

()

Source from the content-addressed store, hash-verified

290 */
291
292 @GwtIncompatible // MapMakerInternalMap
293 <K, V> MapMakerInternalMap<K, V> makeCustomMap() {
294 return new MapMakerInternalMap<K, V>(this);
295 }
296
297 /**
298 * Builds a map that supports atomic, on-demand computation of values. {@link Map#get} either

Callers 1

WeakInternerClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected