2019-12-27 06:36:41 -05:00
|
|
|
## Core Kotlin Collections
|
|
|
|
|
|
|
|
This module contains articles about core Kotlin collections.
|
|
|
|
|
|
|
|
### Relevant articles:
|
|
|
|
- [Split a List Into Parts in Kotlin](https://www.baeldung.com/kotlin-split-list-into-parts)
|
|
|
|
- [Finding an Element in a List Using Kotlin](https://www.baeldung.com/kotlin-finding-element-in-list)
|
|
|
|
- [Overview of Kotlin Collections API](https://www.baeldung.com/kotlin-collections-api)
|
|
|
|
- [Converting a List to Map in Kotlin](https://www.baeldung.com/kotlin-list-to-map)
|
|
|
|
- [Filtering Kotlin Collections](https://www.baeldung.com/kotlin-filter-collection)
|
2020-04-10 04:38:35 -04:00
|
|
|
- [Collection Transformations in Kotlin](https://www.baeldung.com/kotlin-collection-transformations)
|
2020-05-12 04:09:08 -04:00
|
|
|
- [Difference between fold and reduce in Kotlin](https://www.baeldung.com/kotlin/fold-vs-reduce)
|
2020-06-07 18:22:04 -04:00
|
|
|
- [Guide to Sorting in Kotlin](https://www.baeldung.com/kotlin-sort)
|
2020-07-07 07:18:10 -04:00
|
|
|
- [Working With Lists in Kotlin](https://www.baeldung.com/kotlin/lists)
|