API Reference > bentleyjs-core > Collections > Entry 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 core/bentley/src/LRUMap.ts Line 21 Last Updated: 15 June, 2021