File tree Expand file tree Collapse file tree 5 files changed +7
-2
lines changed
core-kotlin-collections-5 Expand file tree Collapse file tree 5 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
- [ Find Least Common Multiple of Two Numbers in Kotlin] ( https://www.baeldung.com/kotlin/lcm )
4
4
- [ Calculate Greatest Common Divisor in Kotlin] ( https://www.baeldung.com/kotlin/gcd )
5
5
- [ Kotlin ?.let() vs if not null] ( https://www.baeldung.com/kotlin/let-vs-if-not-null )
6
+ - [ Util Classes in Kotlin] ( https://www.baeldung.com/kotlin/utility-class )
Original file line number Diff line number Diff line change 1
1
## Relevant Articles
2
2
- [ Get Subarray of an Array Between Given Positions in Kotlin] ( https://www.baeldung.com/kotlin/subarray-index-range )
3
3
- [ Removing the First Element From an Array in Kotlin] ( https://www.baeldung.com/kotlin/array-remove-first-element )
4
+ - [ Cyclically Rotate Array by One in Kotlin] ( https://www.baeldung.com/kotlin/array-cyclic-rotation )
Original file line number Diff line number Diff line change 2
2
3
3
This module contains articles about core Kotlin collections.
4
4
- [ in and !in Operators in Kotlin] ( https://www.baeldung.com/kotlin/in-notin-operators )
5
- - [ Print Lists Content Separated By Comma] ( https://www.baeldung.com/kotlin/print-list-items-comma-separated )
5
+ - [ Print Lists Content Separated by Comma] ( https://www.baeldung.com/kotlin/print-list-items-comma-separated )
6
6
- [ Rotate a List in Kotlin] ( https://www.baeldung.com/kotlin/list-rotation )
7
7
- [ Remove Elements From a List While Iterating in Kotlin] ( https://www.baeldung.com/kotlin/list-remove-elements-while-iterating )
8
8
- [ How to Start a for Loop From a Given Index in Kotlin] ( https://www.baeldung.com/kotlin/for-loop-from-index )
9
9
- [ Determine if All Elements Are the Same in a Kotlin List] ( https://www.baeldung.com/kotlin/list-all-elements-equal-check )
10
+ - [ Convert an Array to a String] ( https://www.baeldung.com/kotlin/array-string-conversion )
11
+ - [ Convert Any to Int in Kotlin] ( https://www.baeldung.com/kotlin/type-any-int-conversion )
Original file line number Diff line number Diff line change 1
1
### Relevant Articles:
2
2
- [ The Observer Pattern in Kotlin] ( https://www.baeldung.com/kotlin/observer-pattern )
3
+ - [ Strategy Design Pattern in Kotlin] ( https://www.baeldung.com/kotlin/strategy-design-pattern )
Original file line number Diff line number Diff line change 5
5
- [ Mapstruct With Kotlin’s Data Classes] ( https://www.baeldung.com/kotlin/mapstruct-data-classes )
6
6
- [ Spring Dependency Injection With Kotlin] ( https://www.baeldung.com/kotlin/spring-dependency-injection )
7
7
- [ RestTemplate Examples in Kotlin] ( https://www.baeldung.com/kotlin/spring-resttemplate-examples )
8
- - [ Creating Spring Boot Console Application With Kotlin] ( https://www.baeldung.com/kotlin/spring-boot-console-application )
8
+ - [ Creating a Spring Boot Console Application With Kotlin] ( https://www.baeldung.com/kotlin/spring-boot-console-application )
You can’t perform that action at this time.
0 commit comments