Package com.helger.html.js.tostring
Class JSMapType
- java.lang.Object
-
- com.helger.html.js.tostring.JSType
-
- com.helger.html.js.tostring.JSMapType
-
- All Implemented Interfaces:
Serializable
@Immutable public class JSMapType extends JSType
Specific JavaScript map type.- Author:
- Philip Helger
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)JSTypegetKeyType()JSTypegetValueType()inthashCode()StringtoString()
-