object SetOrError : OverrideMode
Sets specific values and throws an exception if the chosen key already exists
Any values that are not present in the overrides will be left untouched.
IllegalOverrideException |
class IllegalOverrideException : IllegalArgumentException |
override |
fun override(originalValues: Map<String, String>, newValues: Map<String, String?>): MutableMap<String, String> |