Package org.mantoux.delta
Class AttributeMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- org.mantoux.delta.AttributeMap
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
public class AttributeMap extends HashMap<String,Object>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description AttributeMap()AttributeMap(Map<String,Object> input)AttributeMap(AttributeMap b)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeMapcopy()static AttributeMapof(String key, Object value)static AttributeMapof(String key0, Object value0, String key1, Object value1)static AttributeMapof(String key0, Object value0, String key1, Object value1, String key2, Object value2)static AttributeMapof(String key0, Object value0, String key1, Object value1, String key2, Object value2, String key3, Object value3)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AttributeMap
public AttributeMap(AttributeMap b)
-
AttributeMap
public AttributeMap()
-
-
Method Detail
-
of
public static AttributeMap of(String key, Object value)
-
of
public static AttributeMap of(String key0, Object value0, String key1, Object value1)
-
of
public static AttributeMap of(String key0, Object value0, String key1, Object value1, String key2, Object value2)
-
of
public static AttributeMap of(String key0, Object value0, String key1, Object value1, String key2, Object value2, String key3, Object value3)
-
copy
public AttributeMap copy()
-
-