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

Method row

corpus/java/training/guava/collect/Tables.java:526–529  ·  view source on GitHub ↗
(@Nullable R rowKey)

Source from the content-addressed store, hash-verified

524 }
525
526 @Override
527 public Map<C, V> row(@Nullable R rowKey) {
528 return Collections.unmodifiableMap(super.row(rowKey));
529 }
530
531 @Override
532 public Set<R> rowKeySet() {

Callers

nothing calls this directly

Calls 2

rowMethod · 0.65
unmodifiableMapMethod · 0.45

Tested by

no test coverage detected