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

Method column

output/java_guava/1.4.17/Tables.java:498–501  ·  view source on GitHub ↗
(@Nullable C columnKey)

Source from the content-addressed store, hash-verified

496 }
497
498 @Override
499 public Map<R, V> column(@Nullable C columnKey) {
500 return Collections.unmodifiableMap(super.column(columnKey));
501 }
502
503 @Override
504 public Set<C> columnKeySet() {

Callers

nothing calls this directly

Calls 2

columnMethod · 0.65
unmodifiableMapMethod · 0.45

Tested by

no test coverage detected