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

Method create

output/java_guava/1.4.17/HashBasedTable.java:77–79  ·  view source on GitHub ↗

Creates an empty HashBasedTable.

()

Source from the content-addressed store, hash-verified

75
76
77 public static <R, C, V> HashBasedTable<R, C, V> create() {
78 return new HashBasedTable<R, C, V>(new HashMap<R, Map<C, V>>(), new Factory<C, V>(0));
79 }
80
81 /**
82 * Creates an empty {@code HashBasedTable} with the specified map sizes.

Callers

nothing calls this directly

Calls 3

putAllMethod · 0.65
checkNonnegativeMethod · 0.45

Tested by

no test coverage detected