File tree Expand file tree Collapse file tree 7 files changed +8
-0
lines changed
core-kotlin-collections-5
core-kotlin-collections-6
core-kotlin-collections-map
core-kotlin-collections-set
core-kotlin-datastructures-2 Expand file tree Collapse file tree 7 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1
1
## Relevant Articles
2
2
- [ Determine Operating System in Kotlin] ( https://www.baeldung.com/kotlin/operating-system-identify )
3
3
- [ Kotlin when vs. Java switch Statement] ( https://www.baeldung.com/kotlin/when-vs-java-switch )
4
+ - [ Kotlin AES Encryption and Decryption] ( https://www.baeldung.com/kotlin/advanced-encryption-standard )
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ This module contains articles about core Kotlin collections.
10
10
- [ Convert an Array to a String] ( https://www.baeldung.com/kotlin/array-string-conversion )
11
11
- [ Convert Any to Int in Kotlin] ( https://www.baeldung.com/kotlin/type-any-int-conversion )
12
12
- [ Convert String Array to Int Array in Kotlin] ( https://www.baeldung.com/kotlin/array-string-integer-conversion )
13
+ - [ any() vs. none() vs. all() in Kotlin] ( https://www.baeldung.com/kotlin/any-none-all-differences )
Original file line number Diff line number Diff line change
1
+ ### Relevant Articles:
2
+ - [ Convert a Collection Into an ArrayList in Kotlin] ( https://www.baeldung.com/kotlin/collection-arraylist-conversion )
Original file line number Diff line number Diff line change 7
7
- [ Skip Null Values When Converting a List to a Map in Kotlin] ( https://www.baeldung.com/kotlin/list-map-conversion-ignore-nulls )
8
8
- [ Creating a Map from Two Arrays in Kotlin] ( https://www.baeldung.com/kotlin/map-from-two-arrays )
9
9
- [ Converting a List of Maps to a Map Grouped by Key in Kotlin] ( https://www.baeldung.com/kotlin/map-grouping )
10
+ - [ Guide to Merging Two Maps in Kotlin] ( https://www.baeldung.com/kotlin/maps-merge-entries )
Original file line number Diff line number Diff line change 2
2
- [ Guide to Set and MutableSet in Kotlin] ( https://www.baeldung.com/kotlin/set-mutableset )
3
3
- [ Clone a Set in Kotlin] ( https://www.baeldung.com/kotlin/clone-set )
4
4
- [ How to Add List Contents Into a Set in Kotlin] ( https://www.baeldung.com/kotlin/set-add-list-elements )
5
+ - [ Convert Array to Set and Vice-Versa in Kotlin] ( https://www.baeldung.com/kotlin/array-set-conversion )
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ This module contains articles about data structures in Kotlin
5
5
### Relevant articles:
6
6
- [ Matrix Addition and Multiplication in Kotlin] ( https://www.baeldung.com/kotlin/matrix-addition-multiplication )
7
7
- [ Insert an Element at a Given Position Into an Array in Kotlin] ( https://www.baeldung.com/kotlin/array-insert-item-chosen-index )
8
+ - [ Check if an Enum Value Contains a Given String in Kotlin] ( https://www.baeldung.com/kotlin/enum-contains-string )
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ This module contains articles about core Kotlin I/O.
8
8
- [ Reading from a File in Kotlin] ( https://www.baeldung.com/kotlin/read-file )
9
9
- [ Writing to a File in Kotlin] ( https://www.baeldung.com/kotlin/write-file )
10
10
- [ Writing InputStream to File in Kotlin] ( https://www.baeldung.com/kotlin/inputstream-to-file )
11
+ - [ Rename a File in Kotlin] ( https://www.baeldung.com/kotlin/file-rename )
You can’t perform that action at this time.
0 commit comments