- Learn Scala Programming
- Slava Schmidt
- 56字
- 2021-06-10 19:35:41
HashMap
HashMap is also available in two flavors—immutable and mutable.
The immutable HashMap is implemented using a CHAMP tree.
The mutable HashMap implements mutable maps using a hashtable. A hash table stores its elements in an array. The hash code of the item is used to calculate the position in the array.
推薦閱讀
- 大學計算機基礎(第二版)
- 從零開始:數字圖像處理的編程基礎與應用
- Java入門很輕松(微課超值版)
- 區塊鏈架構與實現:Cosmos詳解
- C語言程序設計
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- QGIS:Becoming a GIS Power User
- Oracle Exadata專家手冊
- HTML5從入門到精通 (第2版)
- NGINX Cookbook
- Scratch3.0趣味編程動手玩:比賽訓練營
- Julia 1.0 Programming Complete Reference Guide
- Unity 5.X從入門到精通
- Getting Started with React VR
- Xamarin Cross-Platform Development Cookbook