#map #hashmap #kotlin
hashmap vs linkedHashmap in detail: https://medium.com/wearejaya/data-structures-in-kotlin-map-partiii-abdd04621a3
hashmap vs linkedHashmap in detail: https://medium.com/wearejaya/data-structures-in-kotlin-map-partiii-abdd04621a3
the companion object is initialized first and only once.
The companion object and its fields are initialized before members.
#kotlin
The companion object and its fields are initialized before members.
#kotlin