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

Method of

output/java_guava/1.4.17/ImmutableTable.java:46–49  ·  view source on GitHub ↗

Returns an empty immutable table.

()

Source from the content-addressed store, hash-verified

44public abstract class ImmutableTable<R, C, V> extends AbstractTable<R, C, V> {
45 /** Returns an empty immutable table. */
46 @SuppressWarnings("unchecked")
47 public static <R, C, V> ImmutableTable<R, C, V> of() {
48 return (ImmutableTable<R, C, V>) SparseImmutableTable.EMPTY;
49 }
50
51 /** Returns an immutable table containing a single cell. */
52

Callers 2

copyOfMethod · 0.95
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected