A.add(E) B.add(int,E) C.set(int,E) D.put(K,V)
A.boolean B.int C.long D.double
A.实现了Map接口 B.基于哈希表实现 C.存放的是键值对 D.是线程安全的