Less than 1 minute
Home > @hz-9/algorithm > SimpleHashmap > (constructor)
SimpleHashmap.(constructor)
Constructs a new instance of the SimpleHashmap class
Signature:
constructor(toKeyStr?: ToKeyStr<K>, toHashCode?: ToHashCode);Parameters
Parameter | Type | Description |
|---|---|---|
toKeyStr | ToKeyStr<K> | (Optional) |
toHashCode | (Optional) |