Package 

Class DataStore

  • All Implemented Interfaces:
    kotlin.collections.Map , kotlin.collections.MutableMap

    
    public final class DataStore<V extends Object>
     implements Map<Int, V>
                        

    Basically MutableMap.getOrPut but allows us read the map in multiple places without calling getOrPut everywhere.