From 43c47817b011f7044509b98240d53f49878fd2ea Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Tue, 7 May 2019 14:37:44 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Scala=E5=88=97=E8=A1=A8.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/Scala列表.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/notes/Scala列表.md b/notes/Scala列表.md index 87417a8..2c149a6 100644 --- a/notes/Scala列表.md +++ b/notes/Scala列表.md @@ -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 \ No newline at end of file +2. 凯.S.霍斯特曼 . 快学Scala(第2版)[M] . 电子工业出版社 . 2017-7