Static ReadonlynewXMapReadonly[iterator]ReadonlyclearDeletes all entries in the XMap.
ReadonlydeleteReadonlyentriesReturns an iterator over the XMap entries.
ReadonlygetReadonlyhasReadonlykeysReturns an iterator over the XMap keys.
ReadonlypruneReadonlysetReadonlysLike 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.
ReadonlysizeReturns the number of entries in the XMap.
ReadonlyvaluesReturns 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.