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