public class ExtraSpecs extends HashMap<String,String> implements ModelEntity
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ExtraSpecs() |
Modifier and Type | Method and Description |
---|---|
static ExtraSpecs |
toExtraSpecs(Map<String,String> from)
Creates extra specifications from a 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
public static ExtraSpecs toExtraSpecs(Map<String,String> from)
from
- the base mapCopyright © 2017. All rights reserved.