containsKey abstract method

bool containsKey(
  1. String key
)

Returns whether this TTMultiMap contains key.

Implementation

bool containsKey(String key);