Class TolerantMap<K,V>

java.lang.Object
org.aoju.bus.core.map.MapWrapper<K,V>
org.aoju.bus.core.map.TolerantMap<K,V>
Type Parameters:
K - 对象泛型键
V - 对象泛型值
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Map.Entry<K,V>>, Map<K,V>, XWrapper<Map<K,V>>

public class TolerantMap<K,V> extends MapWrapper<K,V>
提供默认值的Map
Since:
Java 17+
Author:
Kimi Liu
See Also: