org.kuali.rice.krad.datadictionary.exporter
Class StringMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,Object>
org.kuali.rice.krad.datadictionary.exporter.StringMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>
Deprecated.
@Deprecated
public class StringMap
- extends LinkedHashMap<String,Object>
Adds a litle strong type-checking and validation on top of the generic LinkedHashMap
- See Also:
- Serialized Form
StringMap
public StringMap()
- Deprecated.
set
public void set(String key,
Map<String,Object> value)
- Deprecated.
- Associates the given String with the given Map value.
- Parameters:
key
- value
-
set
public void set(String key,
String value)
- Deprecated.
- Associates the given String with the given String value.
- Parameters:
key
- value
-
put
public Object put(String key,
Object value)
- Deprecated.
- Specified by:
put
in interface Map<String,Object>
- Overrides:
put
in class HashMap<String,Object>
putAll
public void putAll(Map<? extends String,? extends Object> m)
- Deprecated.
- Specified by:
putAll
in interface Map<String,Object>
- Overrides:
putAll
in class HashMap<String,Object>
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.