HashMap
A data structure that stores key/value associations
存储key/value对,非线程安全,与HashTable相比效率要高些
treeMap
A map in which the keys are sorted
排序的HashMap
LinkedHashMap
A map that remembers the order in which entries were added
HashMap
A data structure that stores key/value associations
存储key/value对,非线程安全,与HashTable相比效率要高些
treeMap
A map in which the keys are sorted
排序的HashMap
LinkedHashMap
A map that remembers the order in which entries were added