org.kuali.rice.krad.datadictionary.exporter
Class StringMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<String,Object>
              extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
StringMap()
          Deprecated.  
 
Method Summary
 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.
 
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, get, removeEldestEntry
 
Methods inherited from class java.util.HashMap
clone, containsKey, entrySet, isEmpty, keySet, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, entrySet, equals, hashCode, isEmpty, keySet, remove, size, values
 

Constructor Detail

StringMap

public StringMap()
Deprecated. 
Method Detail

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-2015 The Kuali Foundation. All Rights Reserved.