| Constructor and Description |
|---|
ConvertibleValueMap(Map dataMap) |
public ConvertibleValueMap(Map dataMap)
public Integer getInt(Object key)
getInt in interface TypedConvertibleMap<String,Object>public Long getLong(Object key)
getLong in interface TypedConvertibleMap<String,Object>public Short getShort(Object key)
getShort in interface TypedConvertibleMap<String,Object>public Float getFloat(Object key)
getFloat in interface TypedConvertibleMap<String,Object>public Double getDouble(Object key)
getDouble in interface TypedConvertibleMap<String,Object>public String getString(Object key)
getString in interface TypedConvertibleMap<String,Object>public Boolean getBoolean(Object key)
getBoolean in interface TypedConvertibleMap<String,Object>public <T> T getTyped(Object key, Class<T> clazz)
getTyped in interface TypedConvertibleMap<String,Object>public boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>public Object getOrDefault(Object key, Object defaultValue)
getOrDefault in interface Map<String,Object>public Object putIfAbsent(String key, Object value)
putIfAbsent in interface Map<String,Object>public Object computeIfAbsent(String key, Function<? super String,?> mappingFunction)
computeIfAbsent in interface Map<String,Object>public Object computeIfPresent(String key, BiFunction<? super String,? super Object,?> remappingFunction)
computeIfPresent in interface Map<String,Object>public Object compute(String key, BiFunction<? super String,? super Object,?> remappingFunction)
public Object merge(String key, Object value, BiFunction<? super Object,? super Object,?> remappingFunction)
public void forEach(BiConsumer<? super String,? super Object> action)
public void replaceAll(BiFunction<? super String,? super Object,?> function)
replaceAll in interface Map<String,Object>public int hashCode()
Copyright © 2016–2019 AdroitLogic. All rights reserved.