Lines Matching refs:LRUCache
16 |Added|NA|Class name: LRUCache;<br>Method or attribute name: constructor(capacity?: number);|@ohos.…
17 |Added|NA|Class name: LRUCache;<br>Method or attribute name: updateCapacity(newCapacity: number):vo…
18 |Added|NA|Class name: LRUCache;<br>Method or attribute name: toString(): string|@ohos.util.d.ts|
20 |Added|NA|Class name: LRUCache;<br>Method or attribute name: length: number|@ohos.util.d.ts|
21 |Added|NA|Class name: LRUCache;<br>Method or attribute name: getCapacity(): number;|@ohos.util.d.ts|
22 |Added|NA|Class name: LRUCache;<br>Method or attribute name: clear(): void;|@ohos.util.d.ts|
23 |Added|NA|Class name: LRUCache;<br>Method or attribute name: getCreateCount(): number;|@ohos.util.d…
24 |Added|NA|Class name: LRUCache;<br>Method or attribute name: getMissCount(): number;|@ohos.util.d.t…
25 |Added|NA|Class name: LRUCache;<br>Method or attribute name: getRemovalCount(): number;|@ohos.util.…
26 |Added|NA|Class name: LRUCache;<br>Method or attribute name: getMatchCount(): number;|@ohos.util.d.…
27 |Added|NA|Class name: LRUCache;<br>Method or attribute name: getPutCount(): number;|@ohos.util.d.ts|
28 |Added|NA|Class name: LRUCache;<br>Method or attribute name: isEmpty(): boolean;|@ohos.util.d.ts|
29 |Added|NA|Class name: LRUCache;<br>Method or attribute name: get(key: K): V \| undefined;|@ohos.uti…
30 |Added|NA|Class name: LRUCache;<br>Method or attribute name: put(key: K, value: V): V;|@ohos.util.d…
31 |Added|NA|Class name: LRUCache;<br>Method or attribute name: values(): V[];|@ohos.util.d.ts|
32 |Added|NA|Class name: LRUCache;<br>Method or attribute name: keys(): K[];|@ohos.util.d.ts|
33 |Added|NA|Class name: LRUCache;<br>Method or attribute name: remove(key: K): V \| undefined;|@ohos.…
34 |Added|NA|Class name: LRUCache;<br>Method or attribute name: afterRemoval(isEvict: boolean, key: K,…
35 |Added|NA|Class name: LRUCache;<br>Method or attribute name: contains(key: K): boolean;|@ohos.util.…
36 |Added|NA|Class name: LRUCache;<br>Method or attribute name: createDefault(key: K): V;|@ohos.util.d…
37 |Added|NA|Class name: LRUCache;<br>Method or attribute name: entries(): IterableIterator\<[K, V]>;|…
38 |Added|NA|Class name: LRUCache;<br>Method or attribute name: [Symbol.iterator](): IterableIterator\…
246 …bute name: class LruBuffer<br>New version: 9<br>Substitute API: ohos.util.LRUCache|@ohos.util.d.ts|
247 …ctor(capacity?: number);<br>New version: 9<br>Substitute API: ohos.util.LRUCache.constructor|@ohos…
248 …ewCapacity: number):void<br>New version: 9<br>Substitute API: ohos.util.LRUCache.updateCapacity|@o…
249 …name: toString(): string<br>New version: 9<br>Substitute API: ohos.util.LRUCache.toString|@ohos.ut…
251 …ute name: length: number<br>New version: 9<br>Substitute API: ohos.util.LRUCache.length|@ohos.util…
252 …: getCapacity(): number;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.getCapacity|@ohos…
253 …ute name: clear(): void;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.clear|@ohos.util.…
254 …etCreateCount(): number;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.getCreateCount|@o…
255 … getMissCount(): number;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.getMissCount|@oho…
256 …tRemovalCount(): number;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.getRemovalCount|@…
257 …getMatchCount(): number;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.getMatchCount|@oh…
258 …: getPutCount(): number;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.getPutCount|@ohos…
259 …ame: isEmpty(): boolean;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.isEmpty|@ohos.uti…
260 …key: K): V \| undefined;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.get|@ohos.util.d.…
261 …ut(key: K, value: V): V;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.put|@ohos.util.d.…
262 …ute name: values(): V[];<br>New version: 9<br>Substitute API: ohos.util.LRUCache.values|@ohos.util…
263 …ibute name: keys(): K[];<br>New version: 9<br>Substitute API: ohos.util.LRUCache.keys|@ohos.util.d…
264 …key: K): V \| undefined;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.remove|@ohos.util…
265 …: V, newValue: V): void;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.afterRemoval|@oho…
266 …ntains(key: K): boolean;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.contains|@ohos.ut…
267 …reateDefault(key: K): V;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.createDefault|@oh…
268 …erableIterator\<[K, V]>;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.entries|@ohos.uti…
269 …erableIterator\<[K, V]>;<br>New version: 9<br>Substitute API: ohos.util.LRUCache.[Symbol.iterator]…