exist abstract method

bool exist(
  1. K k
)

Returns true when the key is existing otherwise false

Implementation

bool exist(K k);