mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 21:24:00 +01:00
Add adtitional function to DOICache
This commit is contained in:
parent
68604bea6c
commit
06ac6fdcfe
@ -33,4 +33,8 @@ class DOICache{
|
|||||||
get size(){
|
get size(){
|
||||||
return this._doimap.size()
|
return this._doimap.size()
|
||||||
}
|
}
|
||||||
|
keys() { return this._doimap.keys()}
|
||||||
|
values() { return this._doimap.values()}
|
||||||
|
entries() { return this._doimap.entries()}
|
||||||
|
[Symbol.iterator]() { return this.values()}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user