Join Slack
Powered by
What do you mean by safe way? `get` on a `Map<K...
# codingconventions
s
Shawn
05/23/2018, 5:06 PM
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
2
Views
Open in Slack
Previous
Next