public static class MapEntryUtils.GenericMapPopulator<K,V,M extends Map<K,V>> extends Object implements 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(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> clear()
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.