public class JSMap<V extends IJSObject> extends HashMap<String,V> implements IJSObject
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
JSMap() |
| Modifier and Type | Method and Description |
|---|---|
JSMap<V> |
clone() |
int |
compareTo(IJSObject other) |
com.google.gwt.json.client.JSONValue |
getJSONValue() |
String |
getType() |
boolean |
isEquals(IJSObject other) |
String |
toString() |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCodepublic static final String TYPE
public int compareTo(IJSObject other)
compareTo in interface Comparable<IJSObject>public com.google.gwt.json.client.JSONValue getJSONValue()
getJSONValue in interface IJSObjectCopyright © 2018. All rights reserved.