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
    • Method Detail

      • write

        void write​(Map<K,​V> map)