Returns its input, or throws an exception if this is not a valid key.
(@Nullable K key)
| 74 | */ |
| 75 | |
| 76 | @CanIgnoreReturnValue |
| 77 | K checkKey(@Nullable K key) { |
| 78 | return key; |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * Returns its input, or throws an exception if this is not a valid value. |
no outgoing calls
no test coverage detected