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

Method get

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

Returns the value corresponding to the given row and column keys, or null if no such mapping exists. @param rowKey key of row to search for @param columnKey key of column to search for

(@Nullable Object rowKey, @Nullable Object columnKey)

Source from the content-addressed store, hash-verified

102 * @param columnKey key of column to search for
103 */
104 V get(@Nullable Object rowKey, @Nullable Object columnKey);
105
106 /** Returns {@code true} if the table contains no mappings. */
107 boolean isEmpty();

Callers 15

getMethod · 0.65
getMethod · 0.65
rankMethod · 0.65
putInBothMapsMethod · 0.65
countMethod · 0.65
sizeMethod · 0.65
addMethod · 0.65
removeMethod · 0.65
removeExactlyMethod · 0.65
setCountMethod · 0.65
computeNextMethod · 0.65
wholeRowMethod · 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