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

Method containsColumn

output/java_guava/1.4.18/AbstractTable.java:42–45  ·  view source on GitHub ↗
(@Nullable Object columnKey)

Source from the content-addressed store, hash-verified

40 }
41
42 @Override
43 public boolean containsColumn(@Nullable Object columnKey) {
44 return Maps.safeContainsKey(columnMap(), columnKey);
45 }
46
47 @Override
48 public Set<R> rowKeySet() {

Callers

nothing calls this directly

Calls 2

safeContainsKeyMethod · 0.95
columnMapMethod · 0.65

Tested by

no test coverage detected