Entry<K, V> Class

An entry holds the key and value, and pointers to any older and newer entries.

Methods

Name Description
constructor(key: K, value: V): Entry    

Properties

Name Type Description
key ConstructorProperty K    
newer undefined | Entry<K, V>    
older undefined | Entry<K, V>    
value ConstructorProperty V    

Defined in

Last Updated: 08 January, 2020