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

Method of

output/java_guava/1.4.17/ImmutableMap.java:60–62  ·  view source on GitHub ↗

Returns the empty map. This map behaves and performs comparably to Collections#emptyMap, and is preferable mainly for consistency and maintainability of your code.

()

Source from the content-addressed store, hash-verified

58 */
59
60 public static <K, V> ImmutableMap<K, V> of() {
61 return ImmutableBiMap.of();
62 }
63
64 /**
65 * Returns an immutable map containing a single entry. This map behaves and

Callers 15

immutableEnumMapMethod · 0.95
whereMethod · 0.95
columnMethod · 0.95
columnMapMethod · 0.95
rowMapMethod · 0.95
ofMethod · 0.95
ofMethod · 0.95
TypeTableMethod · 0.95
columnMethod · 0.95

Calls 3

ofMethod · 0.95
fromEntriesMethod · 0.95
entryOfMethod · 0.95

Tested by

no test coverage detected