public final class DataStore<V extends Object>
Basically MutableMap.getOrPut but allows us read the map in multiple places without calling getOrPut everywhere.
getOrPut
DataStore(Function1<Integer, V> create)
V
get(Integer key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
V get(Integer key)