Serializable
, Cloneable
, Map<String,String>
public class ArgMap extends HashMap<String,String>
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
Constructor | Description |
---|---|
ArgMap() |
Create a new empty argument map.
|
Modifier and Type | Method | Description |
---|---|---|
void |
put(String name,
Object value) |
Associates the specified value with the specified key in this map.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
Copyright © 2020 Apptus Technologies AB. All rights reserved.