2021-2022年寒假学习进度14
今天学习了scala集合函数的使用和模式匹配。
总结目前学习的聚合函数方法
集合常用函数:head,tail,last,init,reverse,take,takeRight,drop,dropRight,union,intersect,diff,zip,sliding
集合常用函数:length,size,循环遍历,迭代器,mkString生成字符串,contains是否包含
简单函数使用:sum求和,product求积,max,maxBy,min,minBy,sorted,sortBy,sortWith
高级集合函数:filter,map,flatten,flatMap,group,reduce,reduceleaf,reduceRight,fold,foldLeaf,foldRight