MCPcopy
hub / github.com/google/guava / contains

Method contains

android/guava/src/com/google/common/collect/Table.java:80–80  ·  android/guava/src/com/google/common/collect/Table.java::Table.contains

Returns {@code true} if the table contains a mapping with the specified row and column keys. @param rowKey key of row to search for @param columnKey key of column to search for

(
      @CompatibleWith("R") @Nullable Object rowKey,
      @CompatibleWith("C") @Nullable Object columnKey)

Source from the content-addressed store, hash-verified

78 * @param columnKey key of column to search for
79 */
80 boolean contains(
81 @CompatibleWith(class="st">"R") @Nullable Object rowKey,
82 @CompatibleWith(class="st">"C") @Nullable Object columnKey);
83

Callers 15

drainRecencyQueueMethod · 0.65
setValueMethod · 0.65
removeMethod · 0.65
containsKeyMethod · 0.65
removeAllMethod · 0.65
retainAllMethod · 0.65
removeAllKeysMethod · 0.65
retainAllKeysMethod · 0.65
containsEntryImplMethod · 0.65
removeAllMethod · 0.65
retainAllMethod · 0.65
rangeContainingMethod · 0.65

Implementers 6

ForwardingTableguava/src/com/google/common/collect/Fo
SynchronizedTableguava/src/com/google/common/collect/Sy
TestTableguava-tests/test/com/google/common/col
ForwardingTableandroid/guava/src/com/google/common/co
SynchronizedTableandroid/guava/src/com/google/common/co
TestTableandroid/guava-tests/test/com/google/co

Calls

no outgoing calls

Tested by 15

containsMethod · 0.52
containsMethod · 0.52
containsMethod · 0.52
testInvalidateMethod · 0.52
withKeyStrengthsMethod · 0.52
testReclaimKeyMethod · 0.52
testRemoveEntryMethod · 0.52
testReclaimValueMethod · 0.52
asMapValues_containsMethod · 0.52
asMapKeySet_containsMethod · 0.52
testKeySet_populatedMethod · 0.52