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

Method row

output/java_guava/1.4.17/Tables.java:220–223  ·  view source on GitHub ↗
(C rowKey)

Source from the content-addressed store, hash-verified

218 }
219
220 @Override
221 public Map<R, V> row(C rowKey) {
222 return original.column(rowKey);
223 }
224
225 @Override
226 public Set<C> rowKeySet() {

Callers

nothing calls this directly

Calls 1

columnMethod · 0.65

Tested by

no test coverage detected