MapKeysValuesList<K, V> extension
Keys/values as lists.
- on
-
- Map<
K, V>
- Map<
Properties
-
keysList
→ List<
K> -
Available on Map<
All keys in iteration order.K, V> , provided by the MapKeysValuesList extensionno setter -
valuesList
→ List<
V> -
Available on Map<
All values in iteration order.K, V> , provided by the MapKeysValuesList extensionno setter