UnmodifiableArrayBackedMap |
UnmodifiableArrayBackedMap.copyAndPut(String key,
String value) |
Creates a new instance that contains the same entries as this map, plus
either the new entry or updated value passed in the parameters.
|
UnmodifiableArrayBackedMap |
UnmodifiableArrayBackedMap.copyAndPutAll(Map<String,String> entriesToAdd) |
Creates a new instance that contains the same entries as this map, plus the
new entries or updated values passed in the parameters.
|
UnmodifiableArrayBackedMap |
UnmodifiableArrayBackedMap.copyAndRemove(String key) |
Creates a new instance that contains the same entries as this map, minus the
entry with the specified key (if such an entry exists).
|
UnmodifiableArrayBackedMap |
UnmodifiableArrayBackedMap.copyAndRemoveAll(Iterable<String> keysToRemoveIterable) |
Creates a new instance where the entries of provided keys are removed.
|
static UnmodifiableArrayBackedMap |
UnmodifiableArrayBackedMap.getMap(Object[] backingArray) |
|