- Learn Scala Programming
- Slava Schmidt
- 72字
- 2021-06-10 19:35:41
SortedMap
SortedMap is similar to SortedSet. It has a two implementations, a mutable and immutable TreeMap, and provides a few methods defined in terms of SortedOps such as:
- Subcollection retrieval: iteratorFrom, keysIteratorFrom, valuesIteratorFrom, and rangeTo give us a way to get elements of the map as an iterator.
- Element retrieval: firstKey, lastKey, minAfter, and maxBefore allow us to retrieve an element that satisfies some ordering condition.
推薦閱讀
- Flask Web全棧開(kāi)發(fā)實(shí)戰(zhàn)
- Go Web編程
- Android Development with Kotlin
- OpenCV for Secret Agents
- Learning Python Design Patterns(Second Edition)
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- 編程數(shù)學(xué)
- SQL Server數(shù)據(jù)庫(kù)管理與開(kāi)發(fā)兵書(shū)
- Python+Tableau數(shù)據(jù)可視化之美
- Hadoop 2.X HDFS源碼剖析
- 從Excel到Python數(shù)據(jù)分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應(yīng)用
- C++ System Programming Cookbook
- Web前端開(kāi)發(fā)技術(shù):HTML、CSS、JavaScript
- 交互設(shè)計(jì)師成長(zhǎng)手冊(cè):從零開(kāi)始學(xué)交互
- Python滲透測(cè)試編程技術(shù):方法與實(shí)踐(第2版)