File tree Expand file tree Collapse file tree 5 files changed +8
-0
lines changed
core-kotlin-collections-list-2 Expand file tree Collapse file tree 5 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 7
7
- [ Is Kotlin Pass-By-Value or Pass-By-Reference?] ( https://www.baeldung.com/kotlin/parameters-pass-value-reference )
8
8
- [ Util Classes in Kotlin] ( https://www.baeldung.com/kotlin/utility-class )
9
9
- [ 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 )
Original file line number Diff line number Diff line change 3
3
- [ Removing the First Element From an Array in Kotlin] ( https://www.baeldung.com/kotlin/array-remove-first-element )
4
4
- [ Iterate Through an Array in Reverse Order in Kotlin] ( https://www.baeldung.com/kotlin/array-iterate-reverse )
5
5
- [ 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 )
Original file line number Diff line number Diff line change 2
2
- [ How to Convert Integer List to IntArray in Kotlin] ( https://www.baeldung.com/kotlin/convert-integer-list-intarray )
3
3
- [ Iterate Through a List and Add Items in Kotlin] ( https://www.baeldung.com/kotlin/list-iterate-add-items-dynamically )
4
4
- [ 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 )
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ This module contains articles about Object-Oriented Programming in Kotlin
9
9
- [ Comparing Objects in Kotlin] ( https://www.baeldung.com/kotlin/compare-objects )
10
10
- [ Extend Data Class in Kotlin] ( https://www.baeldung.com/kotlin/extend-data-class )
11
11
- [ 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 )
12
13
- More articles: [[ <-- prev]] ( /core-kotlin-modules/core-kotlin-lang-oop-2 )
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ This module contains articles about core Kotlin strings.
10
10
- [ How to Repeat a String N Times in Kotlin] ( https://www.baeldung.com/kotlin/repeating-strings )
11
11
- [ How to Convert a String to a Float in Kotlin] ( https://www.baeldung.com/kotlin/string-float-conversion )
12
12
- [ 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 )
You can’t perform that action at this time.
0 commit comments