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)
| 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 |
no outgoing calls