Package 

Class DataStore


  • 
    public final class DataStore<V extends Object>
    
                        

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

    • Constructor Summary

      Constructors 
      Constructor Description
      DataStore(Function1<Integer, V> create)
    • Method Summary

      Modifier and Type Method Description
      V get(Integer key)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait