EqHashMap
class EqHashMap[Key, Value](initialCapacity: Int, capacityMultiple: Int) extends GenericHashMap[Key, Value]
A specialized implementation of GenericHashMap with identity hash and eq
as comparison.
Value members
Concrete methods
Hashcode is identityHashCode left-shifted by 1, so lowest bit is not lost when taking the index.
Hashcode is identityHashCode left-shifted by 1, so lowest bit is not lost when taking the index.
Inherited methods
Remove all elements from this table and set back to initial configuration
Remove all elements from this table and set back to initial configuration
- Inherited from:
- GenericHashMap