Hash Map
Basic Concept
- Hash table is not the same as
Maps
- In Java,有一個
Map
的interface,裡面定義了一堆的key-value operations,而data structure如HashMap
implement了這個interface HashMap
Maps
Map
的interface,裡面定義了一堆的key-value operations,而data structure如HashMap
implement了這個interfaceHashMap