A.remove() B.put() C.clear() D.size()
A.put(key,value) B.putAll(m) C.clear() D.entrySet()
A.size() B.put() C.set() D.remove()