What do you mean by safe way? `get` on a `Map<K...
# codingconventions
s
What do you mean by safe way?
get
on a
Map<K, V>
will return
V?
, but there are methods that will instead throw an exception or provide a default if the key is not found