issues
search
bitlap
/
ScalaCookbook
Scala Cookbook 2nd Edition中文翻译初稿
11
stars
2
forks
source link
13. Collections: Common Sequence Methods
#13
Closed
jxnu-liguobin
closed
2 years ago
jxnu-liguobin
commented
2 years ago
[x] 13章开头 369
[x] 13.1 Choosing a Collection Method to Solve a Problem
[x] 13.2 Looping Over a Collection with foreach
[x] 13.3 Using Iterators
[x] 13.4 Using zipWithIndex or zip to Create Loop Counters
[x] 13.5 Transforming One Collection to Another with map
[x] 13.6 Flattening a List of Lists with flatten
[x] 13.7 Using filter to Filter a Collection
[x] 13.8 Extracting a Sequence of Elements from a Collection
[x] 13.9 Splitting Sequences into Subsets
[x] 13.10 Walking Through a Collection with the reduce and fold Methods
[x] 13.11 Finding the Unique Elements in a Sequence
[x] 13.12 Merging Sequential Collections
[x] 13.13 Randomizing a Sequence
[x] 13.14 Sorting a Collection
[x] 13.15 Converting a Collection to a String with mkString and addString 418
369 ~ 418 = 50页
369 ~ 418 = 50页