NullableKeyConcurrentMap
A concurrent hash map that allows null keys
Methods
boolean
containsKey
(Object key)
boolean
containsKey
(Object key)
V
get
(Object key)
V
get
(Object key)
V
put
(String key, V value)
V
put
(String key, V value)
V
remove
(Object key)
V
remove
(Object key)