- 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.
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- The DevOps 2.4 Toolkit
- JavaScript by Example
- Visual Basic程序設計實踐教程
- 用戶體驗可視化指南
- C++編程兵書
- BeagleBone Robotic Projects(Second Edition)
- JavaScript機器人編程指南
- WebStorm Essentials
- MongoDB Administrator’s Guide
- Python人工智能項目實戰(zhàn)
- Neo4j權威指南 (圖數據庫技術叢書)
- Office VBA開發(fā)經典:中級進階卷