Skip to content

Commit f313e56

Browse files
authored
Merge pull request #789 from rcalago/master
Update on README.md
2 parents d27a1ce + 6aba525 commit f313e56

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

core-kotlin-modules/core-kotlin-9/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
- [Is Kotlin Pass-By-Value or Pass-By-Reference?](https://www.baeldung.com/kotlin/parameters-pass-value-reference)
88
- [Util Classes in Kotlin](https://www.baeldung.com/kotlin/utility-class)
99
- [Result Class in Kotlin](https://www.baeldung.com/kotlin/result-class)
10+
- [Underscore Operator for Type Arguments in Kotlin](https://www.baeldung.com/kotlin/underscore-type-arguments)
11+
- [Using Enums With when() in Kotlin](https://www.baeldung.com/kotlin/enums-with-when)
12+
- [Calling Private Methods of a Class From Outside the Class](https://www.baeldung.com/kotlin/private-methods-outside-class)

core-kotlin-modules/core-kotlin-arrays-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
- [Removing the First Element From an Array in Kotlin](https://www.baeldung.com/kotlin/array-remove-first-element)
44
- [Iterate Through an Array in Reverse Order in Kotlin](https://www.baeldung.com/kotlin/array-iterate-reverse)
55
- [Cyclically Rotate Array by One in Kotlin](https://www.baeldung.com/kotlin/array-cyclic-rotation)
6+
- [Printing All Elements of a String Array in a Single Line in Kotlin](https://www.baeldung.com/kotlin/print-string-array-same-line)

core-kotlin-modules/core-kotlin-collections-list-2/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
- [How to Convert Integer List to IntArray in Kotlin](https://www.baeldung.com/kotlin/convert-integer-list-intarray)
33
- [Iterate Through a List and Add Items in Kotlin](https://www.baeldung.com/kotlin/list-iterate-add-items-dynamically)
44
- [How to Convert a Type-Erased List to an Array in Kotlin](https://www.baeldung.com/kotlin/type-erased-list-array-conversion)
5+
- [How to Remove Null and Empty Values from a List in Kotlin](https://www.baeldung.com/kotlin/lists-remove-null-empty-values)
6+
- [How to Initialize a List of Lists in Kotlin](https://www.baeldung.com/kotlin/list-of-lists)

core-kotlin-modules/core-kotlin-lang-oop-3/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ This module contains articles about Object-Oriented Programming in Kotlin
99
- [Comparing Objects in Kotlin](https://www.baeldung.com/kotlin/compare-objects)
1010
- [Extend Data Class in Kotlin](https://www.baeldung.com/kotlin/extend-data-class)
1111
- [Get Names of All Enum Entries by Generic Functions in Kotlin](https://www.baeldung.com/kotlin/enum-get-entry-names)
12+
- [Create a Function That Works for All Enum Classes in Kotlin](https://www.baeldung.com/kotlin/function-enum-classes)
1213
- More articles: [[<-- prev]](/core-kotlin-modules/core-kotlin-lang-oop-2)

core-kotlin-modules/core-kotlin-strings-4/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ This module contains articles about core Kotlin strings.
1010
- [How to Repeat a String N Times in Kotlin](https://www.baeldung.com/kotlin/repeating-strings)
1111
- [How to Convert a String to a Float in Kotlin](https://www.baeldung.com/kotlin/string-float-conversion)
1212
- [How to Reverse the Order of Words in a Sentence in Kotlin](https://www.baeldung.com/kotlin/reverse-sentence)
13+
- [Sorting a String Alphabetically in Kotlin](https://www.baeldung.com/kotlin/string-sort)

0 commit comments

Comments
 (0)