Package com.docusign.webforms.model
Class WebFormComponentsMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,WebFormComponent>
-
- com.docusign.webforms.model.WebFormComponentsMap
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,WebFormComponent>
public class WebFormComponentsMap extends HashMap<String,WebFormComponent>
The components map for the web form.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description WebFormComponentsMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.inthashCode()Returns the HashCode.StringtoString()Converts the given object to string.-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Compares objects.- Specified by:
equalsin interfaceMap<String,WebFormComponent>- Overrides:
equalsin classAbstractMap<String,WebFormComponent>- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Specified by:
hashCodein interfaceMap<String,WebFormComponent>- Overrides:
hashCodein classAbstractMap<String,WebFormComponent>
-
toString
public String toString()
Converts the given object to string.- Overrides:
toStringin classAbstractMap<String,WebFormComponent>
-
-