public static interface MutableProperties.Mutator
| Modifier and Type | Method and Description |
|---|---|
MutableProperties |
mutate(MutableProperties original)
Updates a map of properties and returned the updated map.
|
MutableProperties mutate(MutableProperties original)
original - the original map of properties to be updated;
null if there is no property to start withnull means all
properties are discarded.