Lines Matching refs:LRUCache
16 |新增|NA|类名:LRUCache;<br>方法or属性:constructor(capacity?: number);|@ohos.util.d.ts|
17 |新增|NA|类名:LRUCache;<br>方法or属性:updateCapacity(newCapacity: number):void|@ohos.util.d.ts|
18 |新增|NA|类名:LRUCache;<br>方法or属性:toString(): string|@ohos.util.d.ts|
20 |新增|NA|类名:LRUCache;<br>方法or属性:length: number|@ohos.util.d.ts|
21 |新增|NA|类名:LRUCache;<br>方法or属性:getCapacity(): number;|@ohos.util.d.ts|
22 |新增|NA|类名:LRUCache;<br>方法or属性:clear(): void;|@ohos.util.d.ts|
23 |新增|NA|类名:LRUCache;<br>方法or属性:getCreateCount(): number;|@ohos.util.d.ts|
24 |新增|NA|类名:LRUCache;<br>方法or属性:getMissCount(): number;|@ohos.util.d.ts|
25 |新增|NA|类名:LRUCache;<br>方法or属性:getRemovalCount(): number;|@ohos.util.d.ts|
26 |新增|NA|类名:LRUCache;<br>方法or属性:getMatchCount(): number;|@ohos.util.d.ts|
27 |新增|NA|类名:LRUCache;<br>方法or属性:getPutCount(): number;|@ohos.util.d.ts|
28 |新增|NA|类名:LRUCache;<br>方法or属性:isEmpty(): boolean;|@ohos.util.d.ts|
29 |新增|NA|类名:LRUCache;<br>方法or属性:get(key: K): V \| undefined;|@ohos.util.d.ts|
30 |新增|NA|类名:LRUCache;<br>方法or属性:put(key: K, value: V): V;|@ohos.util.d.ts|
31 |新增|NA|类名:LRUCache;<br>方法or属性:values(): V[];|@ohos.util.d.ts|
32 |新增|NA|类名:LRUCache;<br>方法or属性:keys(): K[];|@ohos.util.d.ts|
33 |新增|NA|类名:LRUCache;<br>方法or属性:remove(key: K): V \| undefined;|@ohos.util.d.ts|
34 |新增|NA|类名:LRUCache;<br>方法or属性:afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;|…
35 |新增|NA|类名:LRUCache;<br>方法or属性:contains(key: K): boolean;|@ohos.util.d.ts|
36 |新增|NA|类名:LRUCache;<br>方法or属性:createDefault(key: K): V;|@ohos.util.d.ts|
37 |新增|NA|类名:LRUCache;<br>方法or属性:entries(): IterableIterator\<[K, V]>;|@ohos.util.d.ts|
38 |新增|NA|类名:LRUCache;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;|@ohos.util.d.ts|
246 …信息:|类名:LruBuffer;<br>方法or属性:class LruBuffer<br>新版本信息:9<br>代替接口: ohos.util.LRUCache|@ohos.util.d.ts|
247 …br>方法or属性:constructor(capacity?: number);<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.constructor|@ohos…
248 …:updateCapacity(newCapacity: number):void<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.updateCapacity|@o…
249 …名:LruBuffer;<br>方法or属性:toString(): string<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.toString|@ohos.ut…
251 …息:|类名:LruBuffer;<br>方法or属性:length: number<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.length|@ohos.util…
252 …uBuffer;<br>方法or属性:getCapacity(): number;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.getCapacity|@ohos…
253 …息:|类名:LruBuffer;<br>方法or属性:clear(): void;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.clear|@ohos.util.…
254 …ffer;<br>方法or属性:getCreateCount(): number;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.getCreateCount|@o…
255 …Buffer;<br>方法or属性:getMissCount(): number;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.getMissCount|@oho…
256 …fer;<br>方法or属性:getRemovalCount(): number;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.getRemovalCount|@…
257 …uffer;<br>方法or属性:getMatchCount(): number;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.getMatchCount|@oh…
258 …uBuffer;<br>方法or属性:getPutCount(): number;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.getPutCount|@ohos…
259 …:LruBuffer;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.isEmpty|@ohos.uti…
260 …r;<br>方法or属性:get(key: K): V \| undefined;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.get|@ohos.util.d.…
261 …ffer;<br>方法or属性:put(key: K, value: V): V;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.put|@ohos.util.d.…
262 …息:|类名:LruBuffer;<br>方法or属性:values(): V[];<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.values|@ohos.util…
263 …本信息:|类名:LruBuffer;<br>方法or属性:keys(): K[];<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.keys|@ohos.util.d…
264 …br>方法or属性:remove(key: K): V \| undefined;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.remove|@ohos.util…
265 …an, key: K, value: V, newValue: V): void;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.afterRemoval|@oho…
266 …fer;<br>方法or属性:contains(key: K): boolean;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.contains|@ohos.ut…
267 …ffer;<br>方法or属性:createDefault(key: K): V;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.createDefault|@oh…
268 …r属性:entries(): IterableIterator\<[K, V]>;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.entries|@ohos.uti…
269 …l.iterator](): IterableIterator\<[K, V]>;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.[Symbol.iterator]…