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

Method of

output/java_guava/1.4.17/ImmutableBiMap.java:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 */
42 // Casting to any type is safe because the set will never hold any elements.
43 @SuppressWarnings("unchecked")
44 public static <K, V> ImmutableBiMap<K, V> of() {
45 return (ImmutableBiMap<K, V>) RegularImmutableBiMap.EMPTY;
46 }
47
48 /**
49 * Returns an immutable bimap containing a single entry.

Callers 4

copyOfMethod · 0.95
inverseMethod · 0.95
ofMethod · 0.95
buildMethod · 0.45

Calls 2

fromEntriesMethod · 0.95
entryOfMethod · 0.45

Tested by

no test coverage detected