Class JSHashMap
java.lang.Object
com.oracle.truffle.js.runtime.util.JSHashMap
ES6-compliant hash map implementation.
-
Constructor Details
-
JSHashMap
public JSHashMap()
-
-
Method Details
-
size
public int size() -
put
-
get
-
has
-
remove
-
clear
public void clear() -
toString
-
getEntries
-
copy
-