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

Method containsRow

output/java_guava/1.4.18/AbstractTable.java:37–40  ·  view source on GitHub ↗
(@Nullable Object rowKey)

Source from the content-addressed store, hash-verified

35@GwtCompatible
36abstract class AbstractTable<R, C, V> implements Table<R, C, V> {
37 @Override
38 public boolean containsRow(@Nullable Object rowKey) {
39 return Maps.safeContainsKey(rowMap(), rowKey);
40 }
41
42 @Override
43 public boolean containsColumn(@Nullable Object columnKey) {

Callers

nothing calls this directly

Calls 2

safeContainsKeyMethod · 0.95
rowMapMethod · 0.65

Tested by

no test coverage detected