Returns true if the table contains a mapping with the specified column. @param columnKey key of column to search for
(@Nullable Object columnKey)
| 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 |
no outgoing calls
no test coverage detected