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

Method containsColumn

output/java_guava/1.4.17/Tables.java:185–188  ·  view source on GitHub ↗
(@Nullable Object columnKey)

Source from the content-addressed store, hash-verified

183 }
184
185 @Override
186 public boolean containsColumn(@Nullable Object columnKey) {
187 return original.containsRow(columnKey);
188 }
189
190 @Override
191 public boolean containsRow(@Nullable Object rowKey) {

Callers

nothing calls this directly

Calls 1

containsRowMethod · 0.65

Tested by

no test coverage detected