org.dxc.api.datatypes
Class StringValueMap

Object
  extended by AbstractMap<K,V>
      extended by HashMap<String,Value>
          extended by org.dxc.api.datatypes.StringValueMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Value>

public class StringValueMap
extends HashMap<String,Value>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
StringValueMap()
           
StringValueMap(StringValueMap svm)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class AbstractMap
equals, hashCode
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface Map
equals, hashCode
 

Constructor Detail

StringValueMap

public StringValueMap(StringValueMap svm)

StringValueMap

public StringValueMap()
Method Detail

toString

public String toString()
Overrides:
toString in class AbstractMap<String,Value>