exists abstract method

bool exists(
  1. K key
)

Returns true if the key references an existing value, null or non-null.

Implementation

bool exists(K key);