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

Method containsRow

output/java_guava/1.4.17/StandardTable.java:101–104  ·  view source on GitHub ↗
(@Nullable Object rowKey)

Source from the content-addressed store, hash-verified

99 }
100
101 @Override
102 public boolean containsRow(@Nullable Object rowKey) {
103 return rowKey != null && safeContainsKey(backingMap, rowKey);
104 }
105
106 @Override
107 public boolean containsValue(@Nullable Object value) {

Callers

nothing calls this directly

Calls 1

safeContainsKeyMethod · 0.45

Tested by

no test coverage detected