public class FieldValuesHolderImpl extends HashMap<String,Object> implements FieldValuesHolder
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
FieldValuesHolderImpl() |
FieldValuesHolderImpl(int initialCapacity) |
FieldValuesHolderImpl(int initialCapacity,
float loadFactor) |
FieldValuesHolderImpl(Map<String,?> map) |
Modifier and Type | Method and Description |
---|---|
Object |
getEscaped(Object key)
A public non-interface method to allow for returning HTML escaped strings.
|
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,?> map) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public FieldValuesHolderImpl()
public FieldValuesHolderImpl(int initialCapacity)
public FieldValuesHolderImpl(int initialCapacity, float loadFactor)
Copyright © 2002-2024 Atlassian. All Rights Reserved.