双列集合

(键(key)值(value)对 )对象   entry对象

 map接口

多态创建对象

  put(<T>key, <E>value)存入  key同,value新

  

HashMap TreeMap