Package dev.enola.data
Interface StoreKV<K,V>
- Type Parameters:
K- the type of keysV- the type of values
public interface StoreKV<K,V>
StoreKV store Values so that they can be retrieved again later by Key.
-
Method Summary
-
Method Details
-
store
-