put(String key, E value)
添加键值对
V get(Object key)
通过key的值返回value Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
Collection<V> values()
Returns a Collection view of the values contained in this map.