@Deprecated public class StringMap extends LinkedHashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StringMap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
put(String key,
Object value)
Deprecated.
|
void |
putAll(Map<? extends String,? extends Object> m)
Deprecated.
|
void |
set(String key,
Map<String,Object> value)
Deprecated.
Associates the given String with the given Map value.
|
void |
set(String key,
String value)
Deprecated.
Associates the given String with the given String value.
|
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, sizepublic StringMap()
public void set(String key, Map<String,Object> value)
key - value - public void set(String key, String value)
key - value - Copyright © 2005–2016 The Kuali Foundation. All rights reserved.