|
7 | 7 | url: "collections-2.13/introduction.html"
|
8 | 8 | description: "Scala のコレクションライブラリ"
|
9 | 9 | subdocs:
|
10 |
| - - title: Introduction |
| 10 | + - title: はじめに |
11 | 11 | url: "collections-2.13/introduction.html"
|
12 |
| - - title: Mutable and Immutable Collections |
| 12 | + - title: 可変コレクションおよび不変コレクション |
13 | 13 | url: "collections-2.13/overview.html"
|
14 |
| - - title: Trait Iterable |
| 14 | + - title: Iterable トレイト |
15 | 15 | url: "collections-2.13/trait-iterable.html"
|
16 |
| - - title: The sequence traits Seq, IndexedSeq, and LinearSeq |
| 16 | + - title: 列トレイト Seq、IndexedSeq、および LinearSeq |
17 | 17 | url: "collections-2.13/seqs.html"
|
18 |
| - - title: Concrete Immutable Collection Classes |
| 18 | + - title: 具象不変コレクションクラス |
19 | 19 | url: "collections-2.13/concrete-immutable-collection-classes.html"
|
20 |
| - - title: Concrete Mutable Collection Classes |
| 20 | + - title: 具象可変コレクションクラス |
21 | 21 | url: "collections-2.13/concrete-mutable-collection-classes.html"
|
22 |
| - - title: Arrays |
| 22 | + - title: 配列 |
23 | 23 | url: "collections-2.13/arrays.html"
|
24 |
| - - title: Strings |
| 24 | + - title: 文字列 |
25 | 25 | url: "collections-2.13/strings.html"
|
26 |
| - - title: Performance Characteristics |
| 26 | + - title: 性能特性 |
27 | 27 | url: "collections-2.13/performance-characteristics.html"
|
28 |
| - - title: Equality |
| 28 | + - title: 等価性 |
29 | 29 | url: "collections-2.13/equality.html"
|
30 |
| - - title: Views |
| 30 | + - title: ビュー |
31 | 31 | url: "collections-2.13/views.html"
|
32 |
| - - title: Iterators |
| 32 | + - title: イテレータ |
33 | 33 | url: "collections-2.13/iterators.html"
|
34 |
| - - title: Creating Collections From Scratch |
| 34 | + - title: コレクションの作成 |
35 | 35 | url: "collections-2.13/creating-collections-from-scratch.html"
|
36 |
| - - title: Conversions Between Java and Scala Collections |
| 36 | + - title: Java と Scala 間のコレクションの変換 |
37 | 37 | url: "collections-2.13/conversions-between-java-and-scala-collections.html"
|
38 | 38 | - title: プロジェクトを Scala 2.13 コレクションへ移行する
|
39 | 39 | icon: sitemap
|
|
0 commit comments