public class OkkamMaps extends Object
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,V> |
putIfNotExists(Map<K,V> map,
K key,
V value)
Put an element into the map if it the key does not exists.
|
static <V> List<V> |
valuesToList(Map<?,V> map)
Return the list composed by the values of the map.
|
Copyright © 2018 Okkam srl. All rights reserved.