IDKitMap<K, V> extension

on

Methods

copy() Map<K, V>
Copy the value of the key-value collection.
copyFrom(Map<K, V> map) Map<K, V>
Convenient to get new key value from key value collection. map The collection of new keys to be obtained.