public static class MapEntryUtils.GenericMapPopulator<K,V,M extends java.util.Map<K,V>>
extends java.lang.Object
implements java.util.function.Supplier<M>
Constructor and Description |
---|
GenericMapPopulator(M map) |
Modifier and Type | Method and Description |
---|---|
MapEntryUtils.GenericMapPopulator<K,V,M> |
clear() |
M |
get() |
MapEntryUtils.GenericMapPopulator<K,V,M> |
put(K k,
V v) |
MapEntryUtils.GenericMapPopulator<K,V,M> |
putAll(java.util.Map<? extends K,? extends V> other) |
MapEntryUtils.GenericMapPopulator<K,V,M> |
remove(K k) |
public GenericMapPopulator(M map)
public MapEntryUtils.GenericMapPopulator<K,V,M> remove(K k)
public MapEntryUtils.GenericMapPopulator<K,V,M> putAll(java.util.Map<? extends K,? extends V> other)
public MapEntryUtils.GenericMapPopulator<K,V,M> clear()