Use Object.create in AbstractHashMap.

This change cleans code and improves AbstractHashMap
performance when used with String keys.

Map created via Object.create(null) permits
keys with the names of Object's reserved properties.
This would eliminate the need to prepend colon (':')
to map's key names.

All supported browsers should gain performance
benefits except for IE8.

Change-Id: I79ef95ec6c62c0448dfe317380937c15e2069bc7
3 files changed