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 Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    write(Map<K,V> map)
     
  • Method Details