Interface MapWriter<K,V>

  • Type Parameters:
    K - key type
    V - value type

    public interface MapWriter<K,V>
    Map writer used for write-through operations.
    Author:
    Nikita Koksharov