标签: java map hashmap
为什么我们使用Map引用类型,但是像示例中那样使用HashMap构造函数:
Map<String,String> map = new HashMap<String,String>();