File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
core-kotlin-collections-map Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
10
- [ Guide to Merging Two Maps in Kotlin] ( https://www.baeldung.com/kotlin/maps-merge-entries )
11
+ - [ In Place Modification of Map Entry in Kotlin] ( https://www.baeldung.com/kotlin/map-modify-in-place )
Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ This module contains articles about core Kotlin numbers.
13
13
- [ Rounding Numbers in Kotlin] ( https://www.baeldung.com/kotlin/round-numbers )
14
14
- [ Get a Random Number in Kotlin] ( https://www.baeldung.com/kotlin/random-number )
15
15
- [ Unsigned Integers in Kotlin] ( https://www.baeldung.com/kotlin/unsigned-integers )
16
- - More articles: [[ next -->]] ( ../core-kotlin-numbers-2 )
16
+ - [ Calculate Percentage in Kotlin] ( https://www.baeldung.com/kotlin/percentage-computation )
17
+ - More articles: [[ next -->]] ( ../core-kotlin-numbers-2 )
Original file line number Diff line number Diff line change @@ -13,3 +13,4 @@ This module contains articles about core Kotlin strings.
13
13
- [ Sorting a String Alphabetically in Kotlin] ( https://www.baeldung.com/kotlin/string-sort )
14
14
- [ Kotlin Equivalent of Java’s equalsIgnoreCase()] ( https://www.baeldung.com/kotlin/java-equalsignorecase-equivalent )
15
15
- [ Convert String to Char in Kotlin] ( https://www.baeldung.com/kotlin/string-char-conversion )
16
+ - [ Java Boolean.valueOf() Equivalent in Kotlin] ( https://www.baeldung.com/kotlin/boolean-valueof-equivalent )
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ This module contains articles about Kotlin Libraries.
6
6
- [ An Introduction to Running GraphQL in Kotlin and Ktor] ( https://www.baeldung.com/kotlin/graphql-ktor )
7
7
- [ Creating a Web Application With Ktor and Thymeleaf] ( https://www.baeldung.com/kotlin/ktor-thymeleaf-web-application )
8
8
- [ A Look at the Ktor Client] ( https://www.baeldung.com/kotlin/ktor-client )
9
+ - [ Testing Ktor Controllers] ( https://www.baeldung.com/kotlin/ktor-test-controllers )
You can’t perform that action at this time.
0 commit comments