containsKey
Returns true
if the map contains the specified key.
Allows to overcome type-safety restriction of containsKey
that requires to pass a key of type K
.
Returns true
if the map contains the specified key.
Allows to overcome type-safety restriction of containsKey
that requires to pass a key of type K
.
Thanks for your feedback!