*** This class provides Binary Compatibility only, not Source Compatibility ***
Package com.sas.services.webdav
Class PropertyMap
java.lang.Object
java.util.AbstractMap
java.util.HashMap
com.sas.services.webdav.PropertyMap
- All Implemented Interfaces:
Serializable,Cloneable,Map
@SASScope("ALL")
@BinaryCompatibilityOnly
public class PropertyMap
extends HashMap
Maps properties to their values. An extension of HashMap that indicates it is to be used to
store the mapping between properties and their values.
- Since:
- 1.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
equals, hashCode
-
Constructor Details
-
PropertyMap
public PropertyMap()
-