public static class InternalJsHashCodeMap extends Object
Map
-like semantics for any
key type.
Implementation notes:
A key's hashCode is the index in backingMap which should contain that key. Since several keys may have the same hash, each value in hashCodeMap is actually an array containing all entries whose keys share the same hash.
Copyright © 2018. All rights reserved.