Package org.mantoux.delta
Class AttributeMap
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()static AttributeMapstatic AttributeMapstatic AttributeMapstatic 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, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
AttributeMap
-
AttributeMap
public AttributeMap() -
AttributeMap
-
-
Method Details
-
of
-
of
-
of
-
of
-
copy
-