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

Method makeCustomMap

corpus/java/training/guava/collect/MapMaker.java:283–286  ·  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

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

Callers 1

WeakInternerClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected