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

Method containsColumn

corpus/java/training/guava/collect/Table.java:87–87  ·  view source on GitHub ↗

Returns true if the table contains a mapping with the specified column. @param columnKey key of column to search for

(@Nullable Object columnKey)

Source from the content-addressed store, hash-verified

85 * @param columnKey key of column to search for
86 */
87 boolean containsColumn(@Nullable Object columnKey);
88
89 /**
90 * Returns {@code true} if the table contains a mapping with the specified

Callers 15

containsColumnMethod · 0.65
columnMethod · 0.65
isEmptyMethod · 0.65
containsMethod · 0.65
getMethod · 0.65
containsKeyMethod · 0.65
removeMethod · 0.65
containsMethod · 0.65
containsRowMethod · 0.65
containsColumnMethod · 0.65
containsColumnMethod · 0.65
columnMethod · 0.65

Implementers 5

ForwardingTableoutput/java_guava/1.4.17/ForwardingTab
ForwardingTableoutput/java_guava/1.4.19/ForwardingTab
ForwardingTableoutput/java_guava/1.4.16/ForwardingTab
ForwardingTableoutput/java_guava/1.4.18/ForwardingTab
ForwardingTablecorpus/java/training/guava/collect/For

Calls

no outgoing calls

Tested by

no test coverage detected