java中的hashmap也c#中的hashtable的区别
java中的hashmap key可以重复吗?可以重复,但是重重以后的key会被覆盖public static void main(String[] args)
{
System.out.println("dd World!");
Map<Integer, Integer> map = new HashMap<>(- 阅读剩余部分 -