Interface StoreKV<K,V>

Type Parameters:
K - the type of keys
V - the type of values

public interface StoreKV<K,V>
StoreKV store Values so that they can be retrieved again later by Key.
  • Method Summary

    Modifier and Type
    Method
    Description
    store(K key, V value)
     
  • Method Details