HashMap
class HashMap[Key, Value](initialCapacity: Int, capacityMultiple: Int) extends GenericHashMap[Key, Value]
A specialized implementation of GenericHashMap with standard hashCode and equals as comparison
Value members
Concrete methods
Hashcode is left-shifted by 1, so lowest bit is not lost when taking the index.
Hashcode is 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
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
- Returns:
a string representation of the object.
- Definition Classes
- GenericHashMap -> Any
- Inherited from:
- GenericHashMap