com.eviware.soapui.model.support
Class PropertiesMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.Object>
com.eviware.soapui.support.types.StringToObjectMap
com.eviware.soapui.model.support.PropertiesMap
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
public class PropertiesMap
- extends StringToObjectMap
Specialization of HashMap<String,Object>
- Author:
- Ole.Matzura
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, 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 |
equals, hashCode |
PropertiesMap
public PropertiesMap()
PropertiesMap
public PropertiesMap(int initialCapacity,
float loadFactor)
PropertiesMap
public PropertiesMap(int initialCapacity)
PropertiesMap
public PropertiesMap(java.util.Map<? extends java.lang.String,? extends java.lang.Object> m)
Copyright © 2005-2008 eviware.com. All Rights Reserved.