Note that DefaultedMap is not synchronized and is not thread-safe. If you wish to use this map from multiple threads concurrently, you must use appropriate synchronization. The simplest approach is to wrap this map using {@link java.util.Collections#synchronizedMap(Map)}. This class may throw exceptions when accessed by concurrent threads without synchronization. @since 3.2 @version $Id: DefaultedMap.java 1479407 2013-05-05 22:07:53Z tn $ @see LazyMap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|