Class Dictionary

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Map.Entry<String,Object>>, Map<String,Object>, TypeGetter<String>, XWrapper<Map<String,Object>>

public class Dictionary extends CustomKeyMap<String,Object> implements TypeGetter<String>
字典对象,扩充了HashMap中的方法
Since:
Java 17+
Author:
Kimi Liu
See Also: