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

Method row

output/java_guava/1.4.17/Tables.java:529–532  ·  view source on GitHub ↗
(@Nullable R rowKey)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

rowMethod · 0.65
unmodifiableMapMethod · 0.45

Tested by

no test coverage detected