Package org.okkam.awesome.utils
Class OkkamMaps
- java.lang.Object
-
- org.okkam.awesome.utils.OkkamMaps
-
public class OkkamMaps extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-