File tree Expand file tree Collapse file tree 7 files changed +8
-1
lines changed
core-kotlin-collections-6
core-kotlin-collections-list-2
core-kotlin-concurrency-3 Expand file tree Collapse file tree 7 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 6
6
- [ Assignment in While Expression in Kotlin] ( https://www.baeldung.com/kotlin/while-variable-assignment )
7
7
- [ Breadth-First Search Algorithm in Kotlin] ( https://www.baeldung.com/kotlin/bfs-graphs )
8
8
- [ Calling Private Methods of a Class From Outside the Class] ( https://www.baeldung.com/kotlin/private-methods-outside-class )
9
+ - [ Pass a Function as Parameter to Another in Kotlin] ( https://www.baeldung.com/kotlin/function-parameter-high-order )
9
10
Original file line number Diff line number Diff line change 1
1
### Relevant Articles:
2
2
- [ Convert a Collection Into an ArrayList in Kotlin] ( https://www.baeldung.com/kotlin/collection-arraylist-conversion )
3
3
- [ Iterate a Collection Referencing Previous Element in Kotlin] ( https://www.baeldung.com/kotlin/collection-previous-element )
4
+ - [ Sorting List with String Dates in Kotlin] ( https://www.baeldung.com/kotlin/sort-list-string-dates )
Original file line number Diff line number Diff line change 6
6
- [ How to Initialize a List of Lists in Kotlin] ( https://www.baeldung.com/kotlin/list-of-lists )
7
7
- [ How to Change a Value in a Mutable List in Kotlin] ( https://www.baeldung.com/kotlin/list-mutable-change-element )
8
8
- [ Counting Occurrences of a Value in a List in Kotlin] ( https://www.baeldung.com/kotlin/list-count-occurrences-of-value )
9
+ - [ Finding First Match in Nested Lists in Kotlin] ( https://www.baeldung.com/kotlin/nested-list-find-first-match )
Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ This module contains articles about concurrency in Kotlin.
8
8
- [ Difference Between Value and Emit in MutableStateFlow Kotlin] ( https://www.baeldung.com/kotlin/mutablestateflow-value-vs-emit )
9
9
- [ Difference Between single() and first() in Kotlin Flows] ( https://www.baeldung.com/kotlin/flows-single-vs-first )
10
10
- [ Scheduling Repeating Task in Kotlin] ( https://www.baeldung.com/kotlin/schedule-repeating-task )
11
+ - [ Async Exception Handling in Kotlin] ( https://www.baeldung.com/kotlin/coroutine-exception-handling )
12
+ - [ Combining Multiple Kotlin Flows] ( https://www.baeldung.com/kotlin/combining-multiple-flows )
Original file line number Diff line number Diff line change 3
3
This module contains articles about core Kotlin Exceptions.
4
4
5
5
### Relevant articles:
6
+ - [ Conditional Exception Throwing in Kotlin] ( https://www.baeldung.com/kotlin/exception-throw-conditionally )
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ This module contains articles about core Kotlin numbers.
7
7
- [ Check if a Number Is Odd or Even in Kotlin] ( https://www.baeldung.com/kotlin/number-odd-even )
8
8
- [ Check if a Number Is Positive or Negative in Kotlin] ( https://www.baeldung.com/kotlin/number-sign )
9
9
- [ Calculate Percentage in Kotlin] ( https://www.baeldung.com/kotlin/percentage-computation )
10
-
10
+ - [ Convert Double to String Removing Scientific Notation ] ( https://www.baeldung.com/kotlin/convert-double-string-no-scientific-notation )
11
11
- More articles: [[ <-- prev]] ( ../core-kotlin-numbers )
Original file line number Diff line number Diff line change 1
1
## Relevant Articles
2
2
- [ Using Java Reflection with Kotlin Companion Objects] ( https://www.baeldung.com/kotlin/java-reflection-companion-objects )
3
+ - [ Checking if Two Objects Have the Same Class in Kotlin] ( https://www.baeldung.com/kotlin/reflection-class-equality )
You can’t perform that action at this time.
0 commit comments