K
V
public interface MapSupplier<K,V> extends java.util.function.Supplier<java.util.Map<K,V>>
Supplier
get