MCPcopy Index your code
hub / github.com/antlr/codebuff / create

Method create

output/java_guava/1.4.17/AtomicLongMap.java:65–67  ·  view source on GitHub ↗

Creates an AtomicLongMap.

()

Source from the content-addressed store, hash-verified

63
64
65 public static <K> AtomicLongMap<K> create() {
66 return new AtomicLongMap<K>(new ConcurrentHashMap<K, AtomicLong>());
67 }
68
69 /**
70 * Creates an {@code AtomicLongMap} with the same mappings as the specified {@code Map}.

Callers

nothing calls this directly

Calls 1

putAllMethod · 0.65

Tested by

no test coverage detected