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

Method of

corpus/java/training/guava/collect/ImmutableBiMap.java:41–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 */
40 // Casting to any type is safe because the set will never hold any elements.
41 @SuppressWarnings("unchecked")
42 public static <K, V> ImmutableBiMap<K, V> of() {
43 return (ImmutableBiMap<K, V>) RegularImmutableBiMap.EMPTY;
44 }
45
46 /**
47 * 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