Update Scala列表.md

This commit is contained in:
heibaiying 2019-05-07 14:37:44 +08:00 committed by GitHub
parent 4cf17b0ae8
commit 43c47817b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,8 +227,6 @@ scala> array.toList
res13: List[String] = List(hadoop, spark, storm)
```
#### 3. copyToArray
copyToArray将List中的元素拷贝到数组中指定位置。
```scala
@ -440,4 +438,4 @@ res44: Boolean = true
## 参考资料
1. Martin Odersky . Scala编程(第3版)[M] . 电子工业出版社 . 2018-1-1
2. 凯.S.霍斯特曼 . 快学Scala(第2版)[M] . 电子工业出版社 . 2017-7
2. 凯.S.霍斯特曼 . 快学Scala(第2版)[M] . 电子工业出版社 . 2017-7