@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, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, putIfAbsent, remove, remove, replace, replace, size
public 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.