小于 1 分钟
Home > @hz-9/algorithm > KeyValue
KeyValue class
A key-value pair.
一个键值对。
Signature:
export declare class KeyValue<K, V>Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new KeyValue instance. 构造一个新的 KeyValue 实例。 |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| K | ||
| V |
Methods
Method | Modifiers | Description |
|---|---|---|
Returns a string representation of the KeyValue. 返回 KeyValue 的字符串表示。 |