Constructors
constructor
- new SMapEntry(key: string, value: V | null): SMapEntry
-
Parameters
-
key: string
-
value: V | null
Properties
Private __mem__
__mem__: object
Type declaration
-
_key: string
-
_value: V | null
Methods
getKey
-
Returns string
a key of this entry
getValue
-
Returns V
|
null
a value of this entry
A map entry (key-value pair).