contains

abstract operator fun contains(key: K): Boolean

Tests whether this ListMap contains the given key.

Return

Whether this map contains the given key.