File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,19 @@ As shown, Scala comes with a wealth of collections and methods.
12
12
13
13
When you need to see more details about the collections types shown in this chapter, see their Scaladoc pages:
14
14
15
- - [ List] ({{ site.scaladocref }} /scala/collection/immutable/List.html)
16
- - [ Vector] ({{ site.scaladocref }} /scala/collection/immutable/Vector.html)
17
- - [ ArrayBuffer] ({{ site.scaladocref }} /scala/collection/mutable/ArrayBuffer.html)
18
- - [ Range] ({{ site.scaladocref }} /scala/collection/immutable/Range.html)
15
+ - [ List] ( https://www.scala-lang.org/api/current /scala/collection/immutable/List.html)
16
+ - [ Vector] ( https://www.scala-lang.org/api/current /scala/collection/immutable/Vector.html)
17
+ - [ ArrayBuffer] ( https://www.scala-lang.org/api/current /scala/collection/mutable/ArrayBuffer.html)
18
+ - [ Range] ( https://www.scala-lang.org/api/current /scala/collection/immutable/Range.html)
19
19
20
20
Also mentioned are the immutable ` Map ` and ` Set ` :
21
21
22
- - [ Map] ({{ site.scaladocref }} /scala/collection/immutable/Map.html)
23
- - [ Set] ({{ site.scaladocref }} /scala/collection/immutable/Set.html)
22
+ - [ Map] ( https://www.scala-lang.org/api/current /scala/collection/immutable/Map.html)
23
+ - [ Set] ( https://www.scala-lang.org/api/current /scala/collection/immutable/Set.html)
24
24
25
25
and the mutable ` Map ` and ` Set ` :
26
26
27
- - [ Map] ({{ site.scaladocref }} /scala/collection/mutable/Map.html)
28
- - [ Set] ({{ site.scaladocref }} /scala/collection/mutable/Set.html)
27
+ - [ Map] ( https://www.scala-lang.org/api/current /scala/collection/mutable/Map.html)
28
+ - [ Set] ( https://www.scala-lang.org/api/current /scala/collection/mutable/Set.html)
29
29
30
30
You can’t perform that action at this time.
0 commit comments