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

Method hashKeys

output/java_guava/1.4.18/MultimapBuilder.java:86–88  ·  view source on GitHub ↗

Uses a HashMap to map keys to value collections.

()

Source from the content-addressed store, hash-verified

84
85
86 public static MultimapBuilderWithKeys<Object> hashKeys() {
87 return hashKeys(DEFAULT_EXPECTED_KEYS);
88 }
89
90 /**
91 * Uses a {@link HashMap} to map keys to value collections, initialized to expect the specified

Callers 1

DefaultScannerClass · 0.95

Calls 1

checkNonnegativeMethod · 0.45

Tested by

no test coverage detected