*** This class provides Binary Compatibility only, not Source Compatibility ***

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
    Constructor
    Description
     
  • 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, 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
  • Constructor Details

    • PropertyMap

      public PropertyMap()