entry method

MapEntry<K, V>? entry(
  1. K key
)

Implementation

MapEntry<K, V>? entry(K key) => get(key)?.asEntryValue(key);