@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, get, removeEldestEntry
clone, containsKey, entrySet, isEmpty, keySet, remove, size, values
equals, hashCode, toString
public StringMap()
public void set(String key, Map<String,Object> value)
key
- value
- public void set(String key, String value)
key
- value
- Copyright © 2005–2014 The Kuali Foundation. All rights reserved.