<N> PairEntry<N,V>
mapKey(Function<K,N> keyMapper)
<N> PairEntry<K,N>
mapValue(Function<V,N> valueMapper)
static <K,V> PairEntry<K,V>
of(K key, V val)
Copyright © 2022. All rights reserved.