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