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

Method makeCustomMap

output/java_guava/1.4.19/MapMaker.java:294–297  ·  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

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

Callers 1

WeakInternerClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected