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

Method get

output/java_guava/1.4.17/HashBasedTable.java:64–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 @Override
65 public Map<C, V> get() {
66 return Maps.newHashMapWithExpectedSize(expectedSize);
67 }
68
69 private static final long serialVersionUID = 0;
70 }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected