Static
Readonly
newXMapReadonly
[iterator]Readonly
clearDeletes all entries in the XMap.
Readonly
deleteReadonly
entriesReturns an iterator over the XMap entries.
Readonly
getReadonly
hasReadonly
keysReturns an iterator over the XMap keys.
Readonly
pruneReadonly
setReadonly
sLike get except that if the key is not found in the map, then it
will set and return a default value by calling getDefaultV
passed to the
constructor.
Readonly
sizeReturns the number of entries in the XMap.
Readonly
valuesReturns an iterator over the XMap values.
XMap is like Map, except that it supports automatically creating missing entries with sGet according to a default value getter function.