mfulton26
01/19/2017, 4:01 PMfun get(key: K): V and fun getOrNull(key: K): V? for Map<K, out V> instead of fun get(key: K): V? but this is a major change. I almost always put !! after get(key) and if I suspect something will be null I first check to see if it is in the collection.