1| 操作 | 旧版本 | 新版本 | d.ts文件 | 2| ---- | ------ | ------ | -------- | 3|新增|NA|类名:URLParams;<br>方法or属性:append(name: string, value: string): void;|@ohos.url.d.ts| 4|新增|NA|类名:URLParams;<br>方法or属性:delete(name: string): void;|@ohos.url.d.ts| 5|新增|NA|类名:URLParams;<br>方法or属性:getAll(name: string): string[];|@ohos.url.d.ts| 6|新增|NA|类名:URLParams;<br>方法or属性:entries(): IterableIterator\<[string, string]>;|@ohos.url.d.ts| 7|新增|NA|类名:URLParams;<br>方法or属性:forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;|@ohos.url.d.ts| 8|新增|NA|类名:URLParams;<br>方法or属性:get(name: string): string \| null;|@ohos.url.d.ts| 9|新增|NA|类名:URLParams;<br>方法or属性:has(name: string): boolean;|@ohos.url.d.ts| 10|新增|NA|类名:URLParams;<br>方法or属性:set(name: string, value: string): void;|@ohos.url.d.ts| 11|新增|NA|类名:URLParams;<br>方法or属性:sort(): void;|@ohos.url.d.ts| 12|新增|NA|类名:URLParams;<br>方法or属性:keys(): IterableIterator\<string>;|@ohos.url.d.ts| 13|新增|NA|类名:URLParams;<br>方法or属性:values(): IterableIterator\<string>;|@ohos.url.d.ts| 14|新增|NA|类名:URLParams;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[string, string]>;|@ohos.url.d.ts| 15|新增|NA|类名:URLParams;<br>方法or属性:toString(): string;|@ohos.url.d.ts| 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| 19|新增|NA|类名:ScopeHelper;<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;|@ohos.util.d.ts| 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| 39|新增|NA|类名:ScopeHelper;<br>方法or属性:constructor(lowerObj: ScopeType, upperObj: ScopeType);|@ohos.util.d.ts| 40|新增|NA|类名:ScopeHelper;<br>方法or属性:getUpper(): ScopeType;|@ohos.util.d.ts| 41|新增|NA|类名:ScopeHelper;<br>方法or属性:getLower(): ScopeType;|@ohos.util.d.ts| 42|新增|NA|类名:ScopeHelper;<br>方法or属性:contains(value: ScopeType): boolean;|@ohos.util.d.ts| 43|新增|NA|类名:ScopeHelper;<br>方法or属性:clamp(value: ScopeType): ScopeType;|@ohos.util.d.ts| 44|新增|NA|类名:TextDecoder;<br>方法or属性:constructor();|@ohos.util.d.ts| 45|新增|NA|类名:RationalNumber;<br>方法or属性:constructor();|@ohos.util.d.ts| 46|新增|NA|类名:Base64Helper;<br>方法or属性:constructor();|@ohos.util.d.ts| 47|新增|NA|类名:Base64Helper;<br>方法or属性:encodeSync(src: Uint8Array): Uint8Array;|@ohos.util.d.ts| 48|新增|NA|类名:Base64Helper;<br>方法or属性:encodeToStringSync(src: Uint8Array): string;|@ohos.util.d.ts| 49|新增|NA|类名:Base64Helper;<br>方法or属性:decodeSync(src: Uint8Array \| string): Uint8Array;|@ohos.util.d.ts| 50|新增|NA|类名:Base64Helper;<br>方法or属性:encode(src: Uint8Array): Promise\<Uint8Array>;|@ohos.util.d.ts| 51|新增|NA|类名:Base64Helper;<br>方法or属性:encodeToString(src: Uint8Array): Promise\<string>;|@ohos.util.d.ts| 52|新增|NA|类名:Base64Helper;<br>方法or属性:decode(src: Uint8Array \| string): Promise\<Uint8Array>;|@ohos.util.d.ts| 53|新增|NA|类名:WorkerEventTarget;<br>方法or属性:dispatchEvent(event: Event): boolean;|@ohos.worker.d.ts| 54|新增|NA|类名:ThreadWorker;<br>方法or属性:dispatchEvent(event: Event): boolean;|@ohos.worker.d.ts| 55|新增|NA|类名:WorkerEventTarget;<br>方法or属性:removeAllListener(): void;|@ohos.worker.d.ts| 56|新增|NA|类名:ThreadWorker;<br>方法or属性:removeAllListener(): void;|@ohos.worker.d.ts| 57|新增|NA|类名:GlobalScope;<br>方法or属性:readonly name: string;|@ohos.worker.d.ts| 58|新增|NA|类名:GlobalScope;<br>方法or属性:onerror?: (ev: ErrorEvent) => void;|@ohos.worker.d.ts| 59|新增|NA|类名:ThreadWorkerGlobalScope;<br>方法or属性:close(): void;|@ohos.worker.d.ts| 60|新增|NA|类名:ThreadWorkerGlobalScope;<br>方法or属性:postMessage(messageObject: Object, options?: PostMessageOptions): void;|@ohos.worker.d.ts| 61|新增|NA|类名:ThreadWorker;<br>方法or属性:constructor(scriptURL: string, options?: WorkerOptions);|@ohos.worker.d.ts| 62|新增|NA|类名:ThreadWorker;<br>方法or属性:onexit?: (code: number) => void;|@ohos.worker.d.ts| 63|新增|NA|类名:ThreadWorker;<br>方法or属性:onerror?: (err: ErrorEvent) => void;|@ohos.worker.d.ts| 64|新增|NA|类名:ThreadWorker;<br>方法or属性:postMessage(message: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts| 65|新增|NA|类名:ThreadWorker;<br>方法or属性:postMessage(message: Object, options?: PostMessageOptions): void;|@ohos.worker.d.ts| 66|新增|NA|类名:ThreadWorker;<br>方法or属性:terminate(): void;|@ohos.worker.d.ts| 67|新增|NA|类名:buffer;<br>方法or属性:type BufferEncoding = 'ascii' \| 'utf8' \| 'utf-8' \| 'utf16le' \| 'ucs2' \| 'ucs-2' \| 'base64' \| 'base64url' \| 'latin1' \| 'binary' \| 'hex';|@ohos.buffer.d.ts| 68|新增|NA|类名:buffer;<br>方法or属性:function alloc(size: number, fill?: string \| Buffer \| number, encoding?: BufferEncoding): Buffer;|@ohos.buffer.d.ts| 69|新增|NA|类名:buffer;<br>方法or属性:function allocUninitializedFromPool(size: number): Buffer;|@ohos.buffer.d.ts| 70|新增|NA|类名:buffer;<br>方法or属性:function allocUninitialized(size: number): Buffer;|@ohos.buffer.d.ts| 71|新增|NA|类名:buffer;<br>方法or属性:function byteLength(string: string \| Buffer \| TypedArray \| DataView \| ArrayBuffer \| SharedArrayBuffer, encoding?: BufferEncoding): number;|@ohos.buffer.d.ts| 72|新增|NA|类名:buffer;<br>方法or属性:function concat(list: Buffer[] \| Uint8Array[], totalLength?: number): Buffer;|@ohos.buffer.d.ts| 73|新增|NA|类名:buffer;<br>方法or属性:function from(array: number[]): Buffer;|@ohos.buffer.d.ts| 74|新增|NA|类名:buffer;<br>方法or属性:function from(arrayBuffer: ArrayBuffer \| SharedArrayBuffer, byteOffset?: number, length?: number): Buffer;|@ohos.buffer.d.ts| 75|新增|NA|类名:buffer;<br>方法or属性:function from(buffer: Buffer \| Uint8Array): Buffer;|@ohos.buffer.d.ts| 76|新增|NA|类名:buffer;<br>方法or属性:function from(object: Object, offsetOrEncoding: number \| string, length: number): Buffer;|@ohos.buffer.d.ts| 77|新增|NA|类名:buffer;<br>方法or属性:function from(string: String, encoding?: BufferEncoding): Buffer;|@ohos.buffer.d.ts| 78|新增|NA|类名:buffer;<br>方法or属性:function isBuffer(obj: Object): boolean;|@ohos.buffer.d.ts| 79|新增|NA|类名:buffer;<br>方法or属性:function isEncoding(encoding: string):boolean;|@ohos.buffer.d.ts| 80|新增|NA|类名:buffer;<br>方法or属性:function compare(buf1: Buffer \| Uint8Array, buf2: Buffer \| Uint8Array): -1 \| 0 \| 1;|@ohos.buffer.d.ts| 81|新增|NA|类名:buffer;<br>方法or属性:function transcode(source: Buffer \| Uint8Array, fromEnc: string, toEnc: string): Buffer;|@ohos.buffer.d.ts| 82|新增|NA|类名:Buffer;<br>方法or属性:length: number;|@ohos.buffer.d.ts| 83|新增|NA|类名:Buffer;<br>方法or属性:buffer: ArrayBuffer;|@ohos.buffer.d.ts| 84|新增|NA|类名:Buffer;<br>方法or属性:byteOffset: number;|@ohos.buffer.d.ts| 85|新增|NA|类名:Buffer;<br>方法or属性:fill(value: string \| Buffer \| Uint8Array \| number, offset?: number, end?: number, encoding?: BufferEncoding): Buffer;|@ohos.buffer.d.ts| 86|新增|NA|类名:Buffer;<br>方法or属性:compare(target: Buffer \| Uint8Array, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): -1 \| 0 \| 1;|@ohos.buffer.d.ts| 87|新增|NA|类名:Buffer;<br>方法or属性:copy(target: Buffer \| Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number;|@ohos.buffer.d.ts| 88|新增|NA|类名:Buffer;<br>方法or属性:equals(otherBuffer: Uint8Array \| Buffer): boolean;|@ohos.buffer.d.ts| 89|新增|NA|类名:Buffer;<br>方法or属性:includes(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): boolean;|@ohos.buffer.d.ts| 90|新增|NA|类名:Buffer;<br>方法or属性:indexOf(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;|@ohos.buffer.d.ts| 91|新增|NA|类名:Buffer;<br>方法or属性:keys(): IterableIterator\<number>;|@ohos.buffer.d.ts| 92|新增|NA|类名:Buffer;<br>方法or属性:values(): IterableIterator\<number>;|@ohos.buffer.d.ts| 93|新增|NA|类名:Buffer;<br>方法or属性:entries(): IterableIterator\<[number, number]>;|@ohos.buffer.d.ts| 94|新增|NA|类名:Buffer;<br>方法or属性:lastIndexOf(value: string \| number \| Buffer \| Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number;|@ohos.buffer.d.ts| 95|新增|NA|类名:Buffer;<br>方法or属性:readBigInt64BE(offset?: number): bigint;|@ohos.buffer.d.ts| 96|新增|NA|类名:Buffer;<br>方法or属性:readBigInt64LE(offset?: number): bigint;|@ohos.buffer.d.ts| 97|新增|NA|类名:Buffer;<br>方法or属性:readBigUInt64BE(offset?: number): bigint;|@ohos.buffer.d.ts| 98|新增|NA|类名:Buffer;<br>方法or属性:readBigUInt64LE(offset?: number): bigint;|@ohos.buffer.d.ts| 99|新增|NA|类名:Buffer;<br>方法or属性:readDoubleBE(offset?: number): number;|@ohos.buffer.d.ts| 100|新增|NA|类名:Buffer;<br>方法or属性:readDoubleLE(offset?: number): number;|@ohos.buffer.d.ts| 101|新增|NA|类名:Buffer;<br>方法or属性:readFloatBE(offset?: number): number;|@ohos.buffer.d.ts| 102|新增|NA|类名:Buffer;<br>方法or属性:readFloatLE(offset?: number): number;|@ohos.buffer.d.ts| 103|新增|NA|类名:Buffer;<br>方法or属性:readInt8(offset?: number): number;|@ohos.buffer.d.ts| 104|新增|NA|类名:Buffer;<br>方法or属性:readInt16BE(offset?: number): number;|@ohos.buffer.d.ts| 105|新增|NA|类名:Buffer;<br>方法or属性:readInt16LE(offset?: number): number;|@ohos.buffer.d.ts| 106|新增|NA|类名:Buffer;<br>方法or属性:readInt32BE(offset?: number): number;|@ohos.buffer.d.ts| 107|新增|NA|类名:Buffer;<br>方法or属性:readInt32LE(offset?: number): number;|@ohos.buffer.d.ts| 108|新增|NA|类名:Buffer;<br>方法or属性:readIntBE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts| 109|新增|NA|类名:Buffer;<br>方法or属性:readIntLE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts| 110|新增|NA|类名:Buffer;<br>方法or属性:readUInt8(offset?: number): number;|@ohos.buffer.d.ts| 111|新增|NA|类名:Buffer;<br>方法or属性:readUInt16BE(offset?: number): number;|@ohos.buffer.d.ts| 112|新增|NA|类名:Buffer;<br>方法or属性:readUInt16LE(offset?: number): number;|@ohos.buffer.d.ts| 113|新增|NA|类名:Buffer;<br>方法or属性:readUInt32BE(offset?: number): number;|@ohos.buffer.d.ts| 114|新增|NA|类名:Buffer;<br>方法or属性:readUInt32LE(offset?: number): number;|@ohos.buffer.d.ts| 115|新增|NA|类名:Buffer;<br>方法or属性:readUIntBE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts| 116|新增|NA|类名:Buffer;<br>方法or属性:readUIntLE(offset: number, byteLength: number): number;|@ohos.buffer.d.ts| 117|新增|NA|类名:Buffer;<br>方法or属性:subarray(start?: number, end?: number): Buffer;|@ohos.buffer.d.ts| 118|新增|NA|类名:Buffer;<br>方法or属性:swap16(): Buffer;|@ohos.buffer.d.ts| 119|新增|NA|类名:Buffer;<br>方法or属性:swap32(): Buffer;|@ohos.buffer.d.ts| 120|新增|NA|类名:Buffer;<br>方法or属性:swap64(): Buffer;|@ohos.buffer.d.ts| 121|新增|NA|类名:Buffer;<br>方法or属性:toJSON(): Object;|@ohos.buffer.d.ts| 122|新增|NA|类名:Buffer;<br>方法or属性:toString(encoding?: string, start?: number, end?: number): string;|@ohos.buffer.d.ts| 123|新增|NA|类名:Buffer;<br>方法or属性:write(str: string, offset?: number, length?: number, encoding?: string): number;|@ohos.buffer.d.ts| 124|新增|NA|类名:Buffer;<br>方法or属性:writeBigInt64BE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts| 125|新增|NA|类名:Buffer;<br>方法or属性:writeBigInt64LE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts| 126|新增|NA|类名:Buffer;<br>方法or属性:writeBigUInt64BE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts| 127|新增|NA|类名:Buffer;<br>方法or属性:writeBigUInt64LE(value: bigint, offset?: number): number;|@ohos.buffer.d.ts| 128|新增|NA|类名:Buffer;<br>方法or属性:writeDoubleBE(value: number, offset?: number): number;|@ohos.buffer.d.ts| 129|新增|NA|类名:Buffer;<br>方法or属性:writeDoubleLE(value: number, offset?: number): number;|@ohos.buffer.d.ts| 130|新增|NA|类名:Buffer;<br>方法or属性:writeFloatBE(value: number, offset?: number): number;|@ohos.buffer.d.ts| 131|新增|NA|类名:Buffer;<br>方法or属性:writeFloatLE(value: number, offset?: number): number;|@ohos.buffer.d.ts| 132|新增|NA|类名:Buffer;<br>方法or属性:writeInt8(value: number, offset?: number): number;|@ohos.buffer.d.ts| 133|新增|NA|类名:Buffer;<br>方法or属性:writeInt16BE(value: number, offset?: number): number;|@ohos.buffer.d.ts| 134|新增|NA|类名:Buffer;<br>方法or属性:writeInt16LE(value: number, offset?: number): number;|@ohos.buffer.d.ts| 135|新增|NA|类名:Buffer;<br>方法or属性:writeInt32BE(value: number, offset?: number): number;|@ohos.buffer.d.ts| 136|新增|NA|类名:Buffer;<br>方法or属性:writeInt32LE(value: number, offset?: number): number;|@ohos.buffer.d.ts| 137|新增|NA|类名:Buffer;<br>方法or属性:writeIntBE(value: number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts| 138|新增|NA|类名:Buffer;<br>方法or属性:writeIntLE(value : number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts| 139|新增|NA|类名:Buffer;<br>方法or属性:writeUInt8(value: number, offset?: number): number;|@ohos.buffer.d.ts| 140|新增|NA|类名:Buffer;<br>方法or属性:writeUInt16BE(value: number, offset?: number): number;|@ohos.buffer.d.ts| 141|新增|NA|类名:Buffer;<br>方法or属性:writeUInt16LE(value: number, offset?: number): number;|@ohos.buffer.d.ts| 142|新增|NA|类名:Buffer;<br>方法or属性:writeUInt32BE(value: number, offset?: number): number;|@ohos.buffer.d.ts| 143|新增|NA|类名:Buffer;<br>方法or属性:writeUInt32LE(value: number, offset?: number): number;|@ohos.buffer.d.ts| 144|新增|NA|类名:Buffer;<br>方法or属性:writeUIntBE(value: number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts| 145|新增|NA|类名:Buffer;<br>方法or属性:writeUIntLE(value: number, offset: number, byteLength: number): number;|@ohos.buffer.d.ts| 146|新增|NA|类名:Blob;<br>方法or属性:constructor(sources: string[] \| ArrayBuffer[] \| TypedArray[] \| DataView[] \| Blob[] , options?: Object);|@ohos.buffer.d.ts| 147|新增|NA|类名:Blob;<br>方法or属性:size: number;|@ohos.buffer.d.ts| 148|新增|NA|类名:Blob;<br>方法or属性:type: string;|@ohos.buffer.d.ts| 149|新增|NA|类名:Blob;<br>方法or属性:arrayBuffer(): Promise\<ArrayBuffer>;|@ohos.buffer.d.ts| 150|新增|NA|类名:Blob;<br>方法or属性:slice(start?: number, end?: number, type?: string): Blob;|@ohos.buffer.d.ts| 151|新增|NA|类名:Blob;<br>方法or属性:text(): Promise\<string>;|@ohos.buffer.d.ts| 152|新增|NA|类名:ConvertXML;<br>方法or属性:convertToJSObject(xml: string, options?: ConvertOptions) : Object;|@ohos.convertxml.d.ts| 153|新增|NA|类名:ProcessManager;<br>方法or属性:isAppUid(v: number): boolean;|@ohos.process.d.ts| 154|新增|NA|类名:ProcessManager;<br>方法or属性:getUidForName(v: string): number;|@ohos.process.d.ts| 155|新增|NA|类名:ProcessManager;<br>方法or属性:getThreadPriority(v: number): number;|@ohos.process.d.ts| 156|新增|NA|类名:ProcessManager;<br>方法or属性:getSystemConfig(name: number): number;|@ohos.process.d.ts| 157|新增|NA|类名:ProcessManager;<br>方法or属性:getEnvironmentVar(name: string): string;|@ohos.process.d.ts| 158|新增|NA|类名:ProcessManager;<br>方法or属性:exit(code: number): void;|@ohos.process.d.ts| 159|新增|NA|类名:ProcessManager;<br>方法or属性:kill(signal: number, pid: number): boolean;|@ohos.process.d.ts| 160|新增|NA|类名:taskpool;<br>方法or属性:function execute(func: Function, ...args: unknown[]): Promise\<unknown>;|@ohos.taskpool.d.ts| 161|新增|NA|类名:taskpool;<br>方法or属性:function execute(task: Task, priority?: Priority): Promise\<unknown>;|@ohos.taskpool.d.ts| 162|新增|NA|类名:taskpool;<br>方法or属性:function cancel(task: Task): void;|@ohos.taskpool.d.ts| 163|新增|NA|类名:Priority;<br>方法or属性:HIGH|@ohos.taskpool.d.ts| 164|新增|NA|类名:Priority;<br>方法or属性:MEDIUM|@ohos.taskpool.d.ts| 165|新增|NA|类名:Priority;<br>方法or属性:LOW|@ohos.taskpool.d.ts| 166|新增|NA|类名:Task;<br>方法or属性:constructor(func: Function, ...args: unknown[]);|@ohos.taskpool.d.ts| 167|新增|NA|类名:Task;<br>方法or属性:function: Function;|@ohos.taskpool.d.ts| 168|新增|NA|类名:Task;<br>方法or属性:arguments?: unknown[];|@ohos.taskpool.d.ts| 169|新增|NA|类名:URI;<br>方法or属性:equalsTo(other: URI): boolean;|@ohos.uri.d.ts| 170|新增|NA|类名:URLParams;<br>方法or属性:constructor(init?: string[][] \| Record\<string, string> \| string \| URLParams);|@ohos.url.d.ts| 171|新增|NA|类名:URL;<br>方法or属性:constructor();|@ohos.url.d.ts| 172|新增|NA|类名:URL;<br>方法or属性:static parseURL(url: string, base?: string \| URL): URL;|@ohos.url.d.ts| 173|新增|NA|类名:URL;<br>方法or属性:readonly params: URLParams;|@ohos.url.d.ts| 174|新增|NA|类名:util;<br>方法or属性:function format(format: string, ...args: Object[]): string;|@ohos.util.d.ts| 175|新增|NA|类名:util;<br>方法or属性:function errnoToString(errno: number): string;|@ohos.util.d.ts| 176|新增|NA|类名:util;<br>方法or属性:function promisify(original: (err: Object, value: Object) => void): Function;|@ohos.util.d.ts| 177|新增|NA|类名:util;<br>方法or属性:function generateRandomUUID(entropyCache?: boolean): string;|@ohos.util.d.ts| 178|新增|NA|类名:util;<br>方法or属性:function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array;|@ohos.util.d.ts| 179|新增|NA|类名:util;<br>方法or属性:function parseUUID(uuid: string): Uint8Array;|@ohos.util.d.ts| 180|新增|NA|类名:TextDecoder;<br>方法or属性:static create(<br><br> encoding?: string,<br><br> options?: { fatal?: boolean; ignoreBOM?: boolean }<br><br> ): TextDecoder;|@ohos.util.d.ts| 181|新增|NA|类名:TextDecoder;<br>方法or属性:decodeWithStream(input: Uint8Array, options?: { stream?: boolean }): string;|@ohos.util.d.ts| 182|新增|NA|类名:TextEncoder;<br>方法or属性:constructor(encoding?: string);|@ohos.util.d.ts| 183|新增|NA|类名:TextEncoder;<br>方法or属性:encodeInto(input?: string): Uint8Array;|@ohos.util.d.ts| 184|新增|NA|类名:TextEncoder;<br>方法or属性:encodeIntoUint8Array(<br><br> input: string,<br><br> dest: Uint8Array,<br><br> ): { read: number; written: number };|@ohos.util.d.ts| 185|新增|NA|类名:RationalNumber;<br>方法or属性:static parseRationalNumber(numerator: number, denominator: number): RationalNumber;|@ohos.util.d.ts| 186|新增|NA|类名:RationalNumber;<br>方法or属性:compare(another :RationalNumber): number;|@ohos.util.d.ts| 187|新增|NA|类名:RationalNumber;<br>方法or属性:static getCommonFactor(number1: number, number2: number): number;|@ohos.util.d.ts| 188|新增|NA|类名:ScopeHelper;<br>方法or属性:intersect(range: ScopeHelper): ScopeHelper;|@ohos.util.d.ts| 189|新增|NA|类名:ScopeHelper;<br>方法or属性:intersect(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;|@ohos.util.d.ts| 190|新增|NA|类名:ScopeHelper;<br>方法or属性:expand(lowerObj: ScopeType, upperObj: ScopeType): ScopeHelper;|@ohos.util.d.ts| 191|新增|NA|类名:ScopeHelper;<br>方法or属性:expand(range: ScopeHelper): ScopeHelper;|@ohos.util.d.ts| 192|新增|NA|类名:ScopeHelper;<br>方法or属性:expand(value: ScopeType): ScopeHelper;|@ohos.util.d.ts| 193|新增|NA|类名:ScopeHelper;<br>方法or属性:contains(range: ScopeHelper): boolean;|@ohos.util.d.ts| 194|新增|NA|类名:MessageEvents;<br>方法or属性:readonly data;|@ohos.worker.d.ts| 195|新增|NA|类名:WorkerEventListener;<br>方法or属性:(event: Event): void \| Promise\<void>;|@ohos.worker.d.ts| 196|新增|NA|类名:WorkerEventTarget;<br>方法or属性:addEventListener(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts| 197|新增|NA|类名:ThreadWorker;<br>方法or属性:addEventListener(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts| 198|新增|NA|类名:WorkerEventTarget;<br>方法or属性:removeEventListener(type: string, callback?: WorkerEventListener): void;|@ohos.worker.d.ts| 199|新增|NA|类名:ThreadWorker;<br>方法or属性:removeEventListener(type: string, callback?: WorkerEventListener): void;|@ohos.worker.d.ts| 200|新增|NA|类名:GlobalScope;<br>方法or属性:readonly self: GlobalScope & typeof globalThis;|@ohos.worker.d.ts| 201|新增|NA|类名:DedicatedWorkerGlobalScope;<br>方法or属性:postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts| 202|新增|NA|类名:ThreadWorkerGlobalScope;<br>方法or属性:postMessage(messageObject: Object, transfer: ArrayBuffer[]): void;|@ohos.worker.d.ts| 203|新增|NA|类名:ThreadWorkerGlobalScope;<br>方法or属性:onmessage?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts| 204|新增|NA|类名:ThreadWorkerGlobalScope;<br>方法or属性:onmessageerror?: (this: ThreadWorkerGlobalScope, ev: MessageEvents) => void;|@ohos.worker.d.ts| 205|新增|NA|类名:ThreadWorker;<br>方法or属性:onmessage?: (event: MessageEvents) => void;|@ohos.worker.d.ts| 206|新增|NA|类名:ThreadWorker;<br>方法or属性:onmessageerror?: (event: MessageEvents) => void;|@ohos.worker.d.ts| 207|新增|NA|类名:ThreadWorker;<br>方法or属性:on(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts| 208|新增|NA|类名:ThreadWorker;<br>方法or属性:once(type: string, listener: WorkerEventListener): void;|@ohos.worker.d.ts| 209|新增|NA|类名:ThreadWorker;<br>方法or属性:off(type: string, listener?: WorkerEventListener): void;|@ohos.worker.d.ts| 210|废弃版本有变化|类名:ConvertXML;<br>方法or属性:convert(xml: string, options?: ConvertOptions) : Object;<br>旧版本信息:|类名:ConvertXML;<br>方法or属性:convert(xml: string, options?: ConvertOptions) : Object;<br>新版本信息:9<br>代替接口: ohos.convertxml.ConvertXML.convertToJSObject|@ohos.convertxml.d.ts| 211|废弃版本有变化|类名:process;<br>方法or属性:function isAppUid(v: number): boolean;<br>旧版本信息:|类名:process;<br>方法or属性:function isAppUid(v: number): boolean;<br>新版本信息:9<br>代替接口: ohos.process.ProcessManager.isAppUid|@ohos.process.d.ts| 212|废弃版本有变化|类名:process;<br>方法or属性:function getUidForName(v: string): number;<br>旧版本信息:|类名:process;<br>方法or属性:function getUidForName(v: string): number;<br>新版本信息:9<br>代替接口: ohos.process.ProcessManager.getUidForName|@ohos.process.d.ts| 213|废弃版本有变化|类名:process;<br>方法or属性:function getThreadPriority(v: number): number;<br>旧版本信息:|类名:process;<br>方法or属性:function getThreadPriority(v: number): number;<br>新版本信息:9<br>代替接口: ohos.process.ProcessManager.getThreadPriority|@ohos.process.d.ts| 214|废弃版本有变化|类名:process;<br>方法or属性:function getSystemConfig(name: number): number;<br>旧版本信息:|类名:process;<br>方法or属性:function getSystemConfig(name: number): number;<br>新版本信息:9<br>代替接口: ohos.process.ProcessManager.getSystemConfig|@ohos.process.d.ts| 215|废弃版本有变化|类名:process;<br>方法or属性:function getEnvironmentVar(name: string): string;<br>旧版本信息:|类名:process;<br>方法or属性:function getEnvironmentVar(name: string): string;<br>新版本信息:9<br>代替接口: ohos.process.ProcessManager.getEnvironmentVar|@ohos.process.d.ts| 216|废弃版本有变化|类名:process;<br>方法or属性:function exit(code: number): void;<br>旧版本信息:|类名:process;<br>方法or属性:function exit(code: number): void;<br>新版本信息:9<br>代替接口: ohos.process.ProcessManager.exit|@ohos.process.d.ts| 217|废弃版本有变化|类名:process;<br>方法or属性:function kill(signal: number, pid: number): boolean;<br>旧版本信息:|类名:process;<br>方法or属性:function kill(signal: number, pid: number): boolean;<br>新版本信息:9<br>代替接口: ohos.process.ProcessManager.kill|@ohos.process.d.ts| 218|废弃版本有变化|类名:URI;<br>方法or属性:equals(other: URI): boolean;<br>旧版本信息:|类名:URI;<br>方法or属性:equals(other: URI): boolean;<br>新版本信息:9<br>代替接口: ohos.uri.URI.equalsTo|@ohos.uri.d.ts| 219|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:class URLSearchParams<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:class URLSearchParams<br>新版本信息:9<br>代替接口: ohos.url.URLParams|@ohos.url.d.ts| 220|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:constructor(init?: string[][] \| Record\<string, string> \| string \| URLSearchParams);<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:constructor(init?: string[][] \| Record\<string, string> \| string \| URLSearchParams);<br>新版本信息:9<br>代替接口: ohos.url.URLParams.constructor|@ohos.url.d.ts| 221|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:append(name: string, value: string): void;<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:append(name: string, value: string): void;<br>新版本信息:9<br>代替接口: ohos.url.URLParams.append|@ohos.url.d.ts| 222|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:delete(name: string): void;<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:delete(name: string): void;<br>新版本信息:9<br>代替接口: ohos.url.URLParams.delete|@ohos.url.d.ts| 223|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:getAll(name: string): string[];<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:getAll(name: string): string[];<br>新版本信息:9<br>代替接口: ohos.url.URLParams.getAll|@ohos.url.d.ts| 224|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:entries(): IterableIterator\<[string, string]>;<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:entries(): IterableIterator\<[string, string]>;<br>新版本信息:9<br>代替接口: ohos.url.URLParams.entries|@ohos.url.d.ts| 225|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;<br>新版本信息:9<br>代替接口: ohos.url.URLParams.forEach|@ohos.url.d.ts| 226|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:get(name: string): string \| null;<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:get(name: string): string \| null;<br>新版本信息:9<br>代替接口: ohos.url.URLParams.get|@ohos.url.d.ts| 227|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:has(name: string): boolean;<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:has(name: string): boolean;<br>新版本信息:9<br>代替接口: ohos.url.URLParams.has|@ohos.url.d.ts| 228|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:set(name: string, value: string): void;<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:set(name: string, value: string): void;<br>新版本信息:9<br>代替接口: ohos.url.URLParams.set|@ohos.url.d.ts| 229|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:sort(): void;<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:sort(): void;<br>新版本信息:9<br>代替接口: ohos.url.URLParams.sort|@ohos.url.d.ts| 230|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:keys(): IterableIterator\<string>;<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:keys(): IterableIterator\<string>;<br>新版本信息:9<br>代替接口: ohos.url.URLParams.keys|@ohos.url.d.ts| 231|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:values(): IterableIterator\<string>;<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:values(): IterableIterator\<string>;<br>新版本信息:9<br>代替接口: ohos.url.URLParams.values|@ohos.url.d.ts| 232|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[string, string]>;<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[string, string]>;<br>新版本信息:9<br>代替接口: ohos.url.URLParams.[Symbol.iterator]|@ohos.url.d.ts| 233|废弃版本有变化|类名:URLSearchParams;<br>方法or属性:toString(): string;<br>旧版本信息:|类名:URLSearchParams;<br>方法or属性:toString(): string;<br>新版本信息:9<br>代替接口: ohos.url.URLParams.toString|@ohos.url.d.ts| 234|废弃版本有变化|类名:URL;<br>方法or属性:constructor(url: string, base?: string \| URL);<br>旧版本信息:|类名:URL;<br>方法or属性:constructor(url: string, base?: string \| URL);<br>新版本信息:9<br>代替接口: ohos.url.URL.parseURL|@ohos.url.d.ts| 235|废弃版本有变化|类名:URL;<br>方法or属性:readonly searchParams: URLSearchParams;<br>旧版本信息:|类名:URL;<br>方法or属性:readonly searchParams: URLSearchParams;<br>新版本信息:9<br>代替接口: ohos.url.URL.params|@ohos.url.d.ts| 236|废弃版本有变化|类名:util;<br>方法or属性:function printf(format: string, ...args: Object[]): string;<br>旧版本信息:|类名:util;<br>方法or属性:function printf(format: string, ...args: Object[]): string;<br>新版本信息:9<br>代替接口: ohos.util.format|@ohos.util.d.ts| 237|废弃版本有变化|类名:util;<br>方法or属性:function getErrorString(errno: number): string;<br>旧版本信息:|类名:util;<br>方法or属性:function getErrorString(errno: number): string;<br>新版本信息:9<br>代替接口: ohos.util.errnoToString|@ohos.util.d.ts| 238|废弃版本有变化|类名:util;<br>方法or属性:function promiseWrapper(original: (err: Object, value: Object) => void): Object;<br>旧版本信息:|类名:util;<br>方法or属性:function promiseWrapper(original: (err: Object, value: Object) => void): Object;<br>新版本信息:9<br>代替接口: ohos.util.promisify|@ohos.util.d.ts| 239|废弃版本有变化|类名:TextDecoder;<br>方法or属性:constructor(<br><br> encoding?: string,<br><br> options?: { fatal?: boolean; ignoreBOM?: boolean },<br><br> );<br>旧版本信息:|类名:TextDecoder;<br>方法or属性:constructor(<br><br> encoding?: string,<br><br> options?: { fatal?: boolean; ignoreBOM?: boolean },<br><br> );<br>新版本信息:9<br>代替接口: ohos.util.TextDecoder.create|@ohos.util.d.ts| 240|废弃版本有变化|类名:TextDecoder;<br>方法or属性:decode(input: Uint8Array, options?: { stream?: false }): string;<br>旧版本信息:|类名:TextDecoder;<br>方法or属性:decode(input: Uint8Array, options?: { stream?: false }): string;<br>新版本信息:9<br>代替接口: ohos.util.decodeWithStream|@ohos.util.d.ts| 241|废弃版本有变化|类名:TextEncoder;<br>方法or属性:encode(input?: string): Uint8Array;<br>旧版本信息:|类名:TextEncoder;<br>方法or属性:encode(input?: string): Uint8Array;<br>新版本信息:9<br>代替接口: ohos.util.encodeInto|@ohos.util.d.ts| 242|废弃版本有变化|类名:TextEncoder;<br>方法or属性:encodeInto(<br><br> input: string,<br><br> dest: Uint8Array,<br><br> ): { read: number; written: number };<br>旧版本信息:|类名:TextEncoder;<br>方法or属性:encodeInto(<br><br> input: string,<br><br> dest: Uint8Array,<br><br> ): { read: number; written: number };<br>新版本信息:9<br>代替接口: ohos.util.encodeIntoUint8Array|@ohos.util.d.ts| 243|废弃版本有变化|类名:RationalNumber;<br>方法or属性:constructor(numerator: number, denominator: number);<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:constructor(numerator: number, denominator: number);<br>新版本信息:9<br>代替接口: ohos.util.RationalNumber.parseRationalNumber|@ohos.util.d.ts| 244|废弃版本有变化|类名:RationalNumber;<br>方法or属性:compareTo(another :RationalNumber): number;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:compareTo(another :RationalNumber): number;<br>新版本信息:9<br>代替接口: ohos.util.compare|@ohos.util.d.ts| 245|废弃版本有变化|类名:RationalNumber;<br>方法or属性:static getCommonDivisor(number1: number, number2: number): number;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:static getCommonDivisor(number1: number, number2: number): number;<br>新版本信息:9<br>代替接口: ohos.util.getCommonFactor|@ohos.util.d.ts| 246|废弃版本有变化|类名:LruBuffer;<br>方法or属性:class LruBuffer<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:class LruBuffer<br>新版本信息:9<br>代替接口: ohos.util.LRUCache|@ohos.util.d.ts| 247|废弃版本有变化|类名:LruBuffer;<br>方法or属性:constructor(capacity?: number);<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:constructor(capacity?: number);<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.constructor|@ohos.util.d.ts| 248|废弃版本有变化|类名:LruBuffer;<br>方法or属性:updateCapacity(newCapacity: number):void<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:updateCapacity(newCapacity: number):void<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.updateCapacity|@ohos.util.d.ts| 249|废弃版本有变化|类名:LruBuffer;<br>方法or属性:toString(): string<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:toString(): string<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.toString|@ohos.util.d.ts| 250|废弃版本有变化|类名:Scope;<br>方法or属性:toString(): string;<br>旧版本信息:|类名:Scope;<br>方法or属性:toString(): string;<br>新版本信息:9<br>代替接口: ohos.util.ScopeHelper.toString|@ohos.util.d.ts| 251|废弃版本有变化|类名:LruBuffer;<br>方法or属性:length: number<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:length: number<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.length|@ohos.util.d.ts| 252|废弃版本有变化|类名:LruBuffer;<br>方法or属性:getCapacity(): number;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:getCapacity(): number;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.getCapacity|@ohos.util.d.ts| 253|废弃版本有变化|类名:LruBuffer;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:clear(): void;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.clear|@ohos.util.d.ts| 254|废弃版本有变化|类名:LruBuffer;<br>方法or属性:getCreateCount(): number;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:getCreateCount(): number;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.getCreateCount|@ohos.util.d.ts| 255|废弃版本有变化|类名:LruBuffer;<br>方法or属性:getMissCount(): number;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:getMissCount(): number;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.getMissCount|@ohos.util.d.ts| 256|废弃版本有变化|类名:LruBuffer;<br>方法or属性:getRemovalCount(): number;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:getRemovalCount(): number;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.getRemovalCount|@ohos.util.d.ts| 257|废弃版本有变化|类名:LruBuffer;<br>方法or属性:getMatchCount(): number;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:getMatchCount(): number;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.getMatchCount|@ohos.util.d.ts| 258|废弃版本有变化|类名:LruBuffer;<br>方法or属性:getPutCount(): number;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:getPutCount(): number;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.getPutCount|@ohos.util.d.ts| 259|废弃版本有变化|类名:LruBuffer;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.isEmpty|@ohos.util.d.ts| 260|废弃版本有变化|类名:LruBuffer;<br>方法or属性:get(key: K): V \| undefined;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:get(key: K): V \| undefined;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.get|@ohos.util.d.ts| 261|废弃版本有变化|类名:LruBuffer;<br>方法or属性:put(key: K, value: V): V;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:put(key: K, value: V): V;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.put|@ohos.util.d.ts| 262|废弃版本有变化|类名:LruBuffer;<br>方法or属性:values(): V[];<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:values(): V[];<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.values|@ohos.util.d.ts| 263|废弃版本有变化|类名:LruBuffer;<br>方法or属性:keys(): K[];<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:keys(): K[];<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.keys|@ohos.util.d.ts| 264|废弃版本有变化|类名:LruBuffer;<br>方法or属性:remove(key: K): V \| undefined;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:remove(key: K): V \| undefined;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.remove|@ohos.util.d.ts| 265|废弃版本有变化|类名:LruBuffer;<br>方法or属性:afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:afterRemoval(isEvict: boolean, key: K, value: V, newValue: V): void;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.afterRemoval|@ohos.util.d.ts| 266|废弃版本有变化|类名:LruBuffer;<br>方法or属性:contains(key: K): boolean;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:contains(key: K): boolean;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.contains|@ohos.util.d.ts| 267|废弃版本有变化|类名:LruBuffer;<br>方法or属性:createDefault(key: K): V;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:createDefault(key: K): V;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.createDefault|@ohos.util.d.ts| 268|废弃版本有变化|类名:LruBuffer;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.entries|@ohos.util.d.ts| 269|废弃版本有变化|类名:LruBuffer;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:LruBuffer;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>新版本信息:9<br>代替接口: ohos.util.LRUCache.[Symbol.iterator]|@ohos.util.d.ts| 270|废弃版本有变化|类名:Scope;<br>方法or属性:class Scope<br>旧版本信息:|类名:Scope;<br>方法or属性:class Scope<br>新版本信息:9<br>代替接口: ohos.util.ScopeHelper|@ohos.util.d.ts| 271|废弃版本有变化|类名:Scope;<br>方法or属性:constructor(lowerObj: ScopeType, upperObj: ScopeType);<br>旧版本信息:|类名:Scope;<br>方法or属性:constructor(lowerObj: ScopeType, upperObj: ScopeType);<br>新版本信息:9<br>代替接口: ohos.util.ScopeHelper.constructor|@ohos.util.d.ts| 272|废弃版本有变化|类名:Scope;<br>方法or属性:intersect(range: Scope): Scope;<br>旧版本信息:|类名:Scope;<br>方法or属性:intersect(range: Scope): Scope;<br>新版本信息:9<br>代替接口: ohos.util.ScopeHelper.intersect|@ohos.util.d.ts| 273|废弃版本有变化|类名:Scope;<br>方法or属性:intersect(lowerObj: ScopeType, upperObj: ScopeType): Scope;<br>旧版本信息:|类名:Scope;<br>方法or属性:intersect(lowerObj: ScopeType, upperObj: ScopeType): Scope;<br>新版本信息:9<br>代替接口: ohos.util.ScopeHelper.intersect|@ohos.util.d.ts| 274|废弃版本有变化|类名:Scope;<br>方法or属性:getUpper(): ScopeType;<br>旧版本信息:|类名:Scope;<br>方法or属性:getUpper(): ScopeType;<br>新版本信息:9<br>代替接口: ohos.util.ScopeHelper.getUpper|@ohos.util.d.ts| 275|废弃版本有变化|类名:Scope;<br>方法or属性:getLower(): ScopeType;<br>旧版本信息:|类名:Scope;<br>方法or属性:getLower(): ScopeType;<br>新版本信息:9<br>代替接口: ohos.util.ScopeHelper.getLower|@ohos.util.d.ts| 276|废弃版本有变化|类名:Scope;<br>方法or属性:expand(lowerObj: ScopeType, upperObj: ScopeType): Scope;<br>旧版本信息:|类名:Scope;<br>方法or属性:expand(lowerObj: ScopeType, upperObj: ScopeType): Scope;<br>新版本信息:9<br>代替接口: ohos.util.ScopeHelper.expand|@ohos.util.d.ts| 277|废弃版本有变化|类名:Scope;<br>方法or属性:expand(range: Scope): Scope;<br>旧版本信息:|类名:Scope;<br>方法or属性:expand(range: Scope): Scope;<br>新版本信息:9<br>代替接口: ohos.util.ScopeHelper.expand|@ohos.util.d.ts| 278|废弃版本有变化|类名:Scope;<br>方法or属性:expand(value: ScopeType): Scope;<br>旧版本信息:|类名:Scope;<br>方法or属性:expand(value: ScopeType): Scope;<br>新版本信息:9<br>代替接口: ohos.util.ScopeHelper.expand|@ohos.util.d.ts| 279|废弃版本有变化|类名:Scope;<br>方法or属性:contains(value: ScopeType): boolean;<br>旧版本信息:|类名:Scope;<br>方法or属性:contains(value: ScopeType): boolean;<br>新版本信息:9<br>代替接口: ohos.util.ScopeHelper.contains|@ohos.util.d.ts| 280|废弃版本有变化|类名:Scope;<br>方法or属性:contains(range: Scope): boolean;<br>旧版本信息:|类名:Scope;<br>方法or属性:contains(range: Scope): boolean;<br>新版本信息:9<br>代替接口: ohos.util.ScopeHelper.contains|@ohos.util.d.ts| 281|废弃版本有变化|类名:Scope;<br>方法or属性:clamp(value: ScopeType): ScopeType;<br>旧版本信息:|类名:Scope;<br>方法or属性:clamp(value: ScopeType): ScopeType;<br>新版本信息:9<br>代替接口: ohos.util.ScopeHelper.clamp|@ohos.util.d.ts| 282|废弃版本有变化|类名:Base64;<br>方法or属性:class Base64<br>旧版本信息:|类名:Base64;<br>方法or属性:class Base64<br>新版本信息:9<br>代替接口: ohos.util.Base64Helper|@ohos.util.d.ts| 283|废弃版本有变化|类名:Base64;<br>方法or属性:constructor();<br>旧版本信息:|类名:Base64;<br>方法or属性:constructor();<br>新版本信息:9<br>代替接口: ohos.util.Base64Helper.constructor|@ohos.util.d.ts| 284|废弃版本有变化|类名:Base64;<br>方法or属性:encodeSync(src: Uint8Array): Uint8Array;<br>旧版本信息:|类名:Base64;<br>方法or属性:encodeSync(src: Uint8Array): Uint8Array;<br>新版本信息:9<br>代替接口: ohos.util.Base64Helper.encodeSync|@ohos.util.d.ts| 285|废弃版本有变化|类名:Base64;<br>方法or属性:encodeToStringSync(src: Uint8Array): string;<br>旧版本信息:|类名:Base64;<br>方法or属性:encodeToStringSync(src: Uint8Array): string;<br>新版本信息:9<br>代替接口: ohos.util.Base64Helper.encodeToStringSync|@ohos.util.d.ts| 286|废弃版本有变化|类名:Base64;<br>方法or属性:decodeSync(src: Uint8Array \| string): Uint8Array;<br>旧版本信息:|类名:Base64;<br>方法or属性:decodeSync(src: Uint8Array \| string): Uint8Array;<br>新版本信息:9<br>代替接口: ohos.util.Base64Helper.decodeSync|@ohos.util.d.ts| 287|废弃版本有变化|类名:Base64;<br>方法or属性:encode(src: Uint8Array): Promise\<Uint8Array>;<br>旧版本信息:|类名:Base64;<br>方法or属性:encode(src: Uint8Array): Promise\<Uint8Array>;<br>新版本信息:9<br>代替接口: ohos.util.Base64Helper.encode|@ohos.util.d.ts| 288|废弃版本有变化|类名:Base64;<br>方法or属性:encodeToString(src: Uint8Array): Promise\<string>;<br>旧版本信息:|类名:Base64;<br>方法or属性:encodeToString(src: Uint8Array): Promise\<string>;<br>新版本信息:9<br>代替接口: ohos.util.Base64Helper.encodeToString|@ohos.util.d.ts| 289|废弃版本有变化|类名:Base64;<br>方法or属性:decode(src: Uint8Array \| string): Promise\<Uint8Array>;<br>旧版本信息:|类名:Base64;<br>方法or属性:decode(src: Uint8Array \| string): Promise\<Uint8Array>;<br>新版本信息:9<br>代替接口: ohos.util.Base64Helper.decode|@ohos.util.d.ts| 290|废弃版本有变化|类名:Vector;<br>方法or属性:declare class Vector<br>旧版本信息:|类名:Vector;<br>方法or属性:declare class Vector<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 291|废弃版本有变化|类名:Vector;<br>方法or属性:constructor();<br>旧版本信息:|类名:Vector;<br>方法or属性:constructor();<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 292|废弃版本有变化|类名:Vector;<br>方法or属性:length: number;<br>旧版本信息:|类名:Vector;<br>方法or属性:length: number;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 293|废弃版本有变化|类名:Vector;<br>方法or属性:add(element: T): boolean;<br>旧版本信息:|类名:Vector;<br>方法or属性:add(element: T): boolean;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 294|废弃版本有变化|类名:Vector;<br>方法or属性:insert(element: T, index: number): void;<br>旧版本信息:|类名:Vector;<br>方法or属性:insert(element: T, index: number): void;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 295|废弃版本有变化|类名:Vector;<br>方法or属性:has(element: T): boolean;<br>旧版本信息:|类名:Vector;<br>方法or属性:has(element: T): boolean;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 296|废弃版本有变化|类名:Vector;<br>方法or属性:get(index: number): T;<br>旧版本信息:|类名:Vector;<br>方法or属性:get(index: number): T;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 297|废弃版本有变化|类名:Vector;<br>方法or属性:getIndexOf(element: T): number;<br>旧版本信息:|类名:Vector;<br>方法or属性:getIndexOf(element: T): number;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 298|废弃版本有变化|类名:Vector;<br>方法or属性:getFirstElement(): T;<br>旧版本信息:|类名:Vector;<br>方法or属性:getFirstElement(): T;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 299|废弃版本有变化|类名:Vector;<br>方法or属性:getLastElement(): T;<br>旧版本信息:|类名:Vector;<br>方法or属性:getLastElement(): T;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 300|废弃版本有变化|类名:Vector;<br>方法or属性:removeByIndex(index: number): T;<br>旧版本信息:|类名:Vector;<br>方法or属性:removeByIndex(index: number): T;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 301|废弃版本有变化|类名:Vector;<br>方法or属性:remove(element: T): boolean;<br>旧版本信息:|类名:Vector;<br>方法or属性:remove(element: T): boolean;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 302|废弃版本有变化|类名:Vector;<br>方法or属性:set(index: number, element: T): T;<br>旧版本信息:|类名:Vector;<br>方法or属性:set(index: number, element: T): T;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 303|废弃版本有变化|类名:Vector;<br>方法or属性:getLastIndexOf(element: T): number;<br>旧版本信息:|类名:Vector;<br>方法or属性:getLastIndexOf(element: T): number;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 304|废弃版本有变化|类名:Vector;<br>方法or属性:getLastIndexFrom(element: T, index: number): number;<br>旧版本信息:|类名:Vector;<br>方法or属性:getLastIndexFrom(element: T, index: number): number;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 305|废弃版本有变化|类名:Vector;<br>方法or属性:getIndexFrom(element: T, index: number): number;<br>旧版本信息:|类名:Vector;<br>方法or属性:getIndexFrom(element: T, index: number): number;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 306|废弃版本有变化|类名:Vector;<br>方法or属性:removeByRange(fromIndex: number, toIndex: number): void;<br>旧版本信息:|类名:Vector;<br>方法or属性:removeByRange(fromIndex: number, toIndex: number): void;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 307|废弃版本有变化|类名:Vector;<br>方法or属性:replaceAllElements(callbackFn: (value: T, index?: number, vector?: Vector\<T>) => T,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:Vector;<br>方法or属性:replaceAllElements(callbackFn: (value: T, index?: number, vector?: Vector\<T>) => T,<br><br> thisArg?: Object): void;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 308|废弃版本有变化|类名:Vector;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, vector?: Vector\<T>) => void,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:Vector;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, vector?: Vector\<T>) => void,<br><br> thisArg?: Object): void;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 309|废弃版本有变化|类名:Vector;<br>方法or属性:sort(comparator?: (firstValue: T, secondValue: T) => number): void;<br>旧版本信息:|类名:Vector;<br>方法or属性:sort(comparator?: (firstValue: T, secondValue: T) => number): void;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 310|废弃版本有变化|类名:Vector;<br>方法or属性:subVector(fromIndex: number, toIndex: number): Vector\<T>;<br>旧版本信息:|类名:Vector;<br>方法or属性:subVector(fromIndex: number, toIndex: number): Vector\<T>;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 311|废弃版本有变化|类名:Vector;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:Vector;<br>方法or属性:clear(): void;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 312|废弃版本有变化|类名:Vector;<br>方法or属性:clone(): Vector\<T>;<br>旧版本信息:|类名:Vector;<br>方法or属性:clone(): Vector\<T>;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 313|废弃版本有变化|类名:Vector;<br>方法or属性:setLength(newSize: number): void;<br>旧版本信息:|类名:Vector;<br>方法or属性:setLength(newSize: number): void;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 314|废弃版本有变化|类名:Vector;<br>方法or属性:getCapacity(): number;<br>旧版本信息:|类名:Vector;<br>方法or属性:getCapacity(): number;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 315|废弃版本有变化|类名:Vector;<br>方法or属性:convertToArray(): Array\<T>;<br>旧版本信息:|类名:Vector;<br>方法or属性:convertToArray(): Array\<T>;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 316|废弃版本有变化|类名:Vector;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:Vector;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 317|废弃版本有变化|类名:Vector;<br>方法or属性:increaseCapacityTo(newCapacity: number): void;<br>旧版本信息:|类名:Vector;<br>方法or属性:increaseCapacityTo(newCapacity: number): void;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 318|废弃版本有变化|类名:Vector;<br>方法or属性:toString(): string;<br>旧版本信息:|类名:Vector;<br>方法or属性:toString(): string;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 319|废弃版本有变化|类名:Vector;<br>方法or属性:trimToCurrentLength(): void;<br>旧版本信息:|类名:Vector;<br>方法or属性:trimToCurrentLength(): void;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 320|废弃版本有变化|类名:Vector;<br>方法or属性:copyToArray(array: Array\<T>): void;<br>旧版本信息:|类名:Vector;<br>方法or属性:copyToArray(array: Array\<T>): void;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 321|废弃版本有变化|类名:Vector;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:Vector;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:9<br>代替接口: ohos.util.ArrayList|@ohos.util.Vector.d.ts| 322|废弃版本有变化|类名:EventListener;<br>方法or属性:export interface EventListener<br>旧版本信息:|类名:EventListener;<br>方法or属性:export interface EventListener<br>新版本信息:9<br>代替接口: ohos.worker.WorkerEventListener|@ohos.worker.d.ts| 323|废弃版本有变化|类名:EventListener;<br>方法or属性:(evt: Event): void \| Promise\<void>;<br>旧版本信息:|类名:EventListener;<br>方法or属性:(evt: Event): void \| Promise\<void>;<br>新版本信息:9<br>代替接口: ohos.worker.WorkerEventListener.(event:|@ohos.worker.d.ts| 324|废弃版本有变化|类名:EventTarget;<br>方法or属性:export interface EventTarget<br>旧版本信息:|类名:EventTarget;<br>方法or属性:export interface EventTarget<br>新版本信息:9<br>代替接口: ohos.worker.WorkerEventTarget|@ohos.worker.d.ts| 325|废弃版本有变化|类名:EventTarget;<br>方法or属性:addEventListener(<br><br> type: string,<br><br> listener: EventListener<br><br> ): void;<br>旧版本信息:|类名:EventTarget;<br>方法or属性:addEventListener(<br><br> type: string,<br><br> listener: EventListener<br><br> ): void;<br>新版本信息:9<br>代替接口: ohos.worker.WorkerEventTarget.addEventListener|@ohos.worker.d.ts| 326|废弃版本有变化|类名:EventTarget;<br>方法or属性:dispatchEvent(event: Event): boolean;<br>旧版本信息:|类名:EventTarget;<br>方法or属性:dispatchEvent(event: Event): boolean;<br>新版本信息:9<br>代替接口: ohos.worker.WorkerEventTarget.dispatchEvent|@ohos.worker.d.ts| 327|废弃版本有变化|类名:EventTarget;<br>方法or属性:removeEventListener(<br><br> type: string,<br><br> callback?: EventListener<br><br> ): void;<br>旧版本信息:|类名:EventTarget;<br>方法or属性:removeEventListener(<br><br> type: string,<br><br> callback?: EventListener<br><br> ): void;<br>新版本信息:9<br>代替接口: ohos.worker.WorkerEventTarget.removeEventListener|@ohos.worker.d.ts| 328|废弃版本有变化|类名:EventTarget;<br>方法or属性:removeAllListener(): void;<br>旧版本信息:|类名:EventTarget;<br>方法or属性:removeAllListener(): void;<br>新版本信息:9<br>代替接口: ohos.worker.WorkerEventTarget.removeAllListener|@ohos.worker.d.ts| 329|废弃版本有变化|类名:WorkerGlobalScope;<br>方法or属性:declare interface WorkerGlobalScope<br>旧版本信息:|类名:WorkerGlobalScope;<br>方法or属性:declare interface WorkerGlobalScope<br>新版本信息:9<br>代替接口: ohos.worker.GlobalScope|@ohos.worker.d.ts| 330|废弃版本有变化|类名:WorkerGlobalScope;<br>方法or属性:readonly name: string;<br>旧版本信息:|类名:WorkerGlobalScope;<br>方法or属性:readonly name: string;<br>新版本信息:9<br>代替接口: ohos.worker.GlobalScope.name|@ohos.worker.d.ts| 331|废弃版本有变化|类名:WorkerGlobalScope;<br>方法or属性:onerror?: (ev: ErrorEvent) => void;<br>旧版本信息:|类名:WorkerGlobalScope;<br>方法or属性:onerror?: (ev: ErrorEvent) => void;<br>新版本信息:9<br>代替接口: ohos.worker.GlobalScope.onerror|@ohos.worker.d.ts| 332|废弃版本有变化|类名:WorkerGlobalScope;<br>方法or属性:readonly self: WorkerGlobalScope & typeof globalThis;<br>旧版本信息:|类名:WorkerGlobalScope;<br>方法or属性:readonly self: WorkerGlobalScope & typeof globalThis;<br>新版本信息:9<br>代替接口: ohos.worker.GlobalScope|@ohos.worker.d.ts| 333|废弃版本有变化|类名:DedicatedWorkerGlobalScope;<br>方法or属性:export interface DedicatedWorkerGlobalScope<br>旧版本信息:|类名:DedicatedWorkerGlobalScope;<br>方法or属性:export interface DedicatedWorkerGlobalScope<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorkerGlobalScope|@ohos.worker.d.ts| 334|废弃版本有变化|类名:DedicatedWorkerGlobalScope;<br>方法or属性:onmessage?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;<br>旧版本信息:|类名:DedicatedWorkerGlobalScope;<br>方法or属性:onmessage?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorkerGlobalScope.onmessage|@ohos.worker.d.ts| 335|废弃版本有变化|类名:DedicatedWorkerGlobalScope;<br>方法or属性:onmessageerror?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;<br>旧版本信息:|类名:DedicatedWorkerGlobalScope;<br>方法or属性:onmessageerror?: (this: DedicatedWorkerGlobalScope, ev: MessageEvent) => void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorkerGlobalScope.onmessageerror|@ohos.worker.d.ts| 336|废弃版本有变化|类名:DedicatedWorkerGlobalScope;<br>方法or属性:close(): void;<br>旧版本信息:|类名:DedicatedWorkerGlobalScope;<br>方法or属性:close(): void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorkerGlobalScope.close|@ohos.worker.d.ts| 337|废弃版本有变化|类名:DedicatedWorkerGlobalScope;<br>方法or属性:postMessage(messageObject: Object, transfer: Transferable[]): void;<br>旧版本信息:|类名:DedicatedWorkerGlobalScope;<br>方法or属性:postMessage(messageObject: Object, transfer: Transferable[]): void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorkerGlobalScope.postMessage|@ohos.worker.d.ts| 338|废弃版本有变化|类名:DedicatedWorkerGlobalScope;<br>方法or属性:postMessage(messageObject: Object, options?: PostMessageOptions): void;<br>旧版本信息:|类名:DedicatedWorkerGlobalScope;<br>方法or属性:postMessage(messageObject: Object, options?: PostMessageOptions): void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorkerGlobalScope|@ohos.worker.d.ts| 339|废弃版本有变化|类名:Worker;<br>方法or属性:class Worker<br>旧版本信息:|类名:Worker;<br>方法or属性:class Worker<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorker|@ohos.worker.d.ts| 340|废弃版本有变化|类名:Worker;<br>方法or属性:constructor(scriptURL: string, options?: WorkerOptions);<br>旧版本信息:|类名:Worker;<br>方法or属性:constructor(scriptURL: string, options?: WorkerOptions);<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorker.constructor|@ohos.worker.d.ts| 341|废弃版本有变化|类名:Worker;<br>方法or属性:onexit?: (code: number) => void;<br>旧版本信息:|类名:Worker;<br>方法or属性:onexit?: (code: number) => void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorker.onexit|@ohos.worker.d.ts| 342|废弃版本有变化|类名:Worker;<br>方法or属性:onerror?: (err: ErrorEvent) => void;<br>旧版本信息:|类名:Worker;<br>方法or属性:onerror?: (err: ErrorEvent) => void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorker.onerror|@ohos.worker.d.ts| 343|废弃版本有变化|类名:Worker;<br>方法or属性:onmessage?: (event: MessageEvent) => void;<br>旧版本信息:|类名:Worker;<br>方法or属性:onmessage?: (event: MessageEvent) => void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorker.onmessage|@ohos.worker.d.ts| 344|废弃版本有变化|类名:Worker;<br>方法or属性:onmessageerror?: (event: MessageEvent) => void;<br>旧版本信息:|类名:Worker;<br>方法or属性:onmessageerror?: (event: MessageEvent) => void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorker.onmessageerror|@ohos.worker.d.ts| 345|废弃版本有变化|类名:Worker;<br>方法or属性:postMessage(message: Object, transfer: ArrayBuffer[]): void;<br>旧版本信息:|类名:Worker;<br>方法or属性:postMessage(message: Object, transfer: ArrayBuffer[]): void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorker.postMessage|@ohos.worker.d.ts| 346|废弃版本有变化|类名:Worker;<br>方法or属性:postMessage(message: Object, options?: PostMessageOptions): void;<br>旧版本信息:|类名:Worker;<br>方法or属性:postMessage(message: Object, options?: PostMessageOptions): void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorker|@ohos.worker.d.ts| 347|废弃版本有变化|类名:Worker;<br>方法or属性:on(type: string, listener: EventListener): void;<br>旧版本信息:|类名:Worker;<br>方法or属性:on(type: string, listener: EventListener): void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorker.on|@ohos.worker.d.ts| 348|废弃版本有变化|类名:Worker;<br>方法or属性:once(type: string, listener: EventListener): void;<br>旧版本信息:|类名:Worker;<br>方法or属性:once(type: string, listener: EventListener): void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorker.once|@ohos.worker.d.ts| 349|废弃版本有变化|类名:Worker;<br>方法or属性:off(type: string, listener?: EventListener): void;<br>旧版本信息:|类名:Worker;<br>方法or属性:off(type: string, listener?: EventListener): void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorker.off|@ohos.worker.d.ts| 350|废弃版本有变化|类名:Worker;<br>方法or属性:terminate(): void;<br>旧版本信息:|类名:Worker;<br>方法or属性:terminate(): void;<br>新版本信息:9<br>代替接口: ohos.worker.ThreadWorker.terminate|@ohos.worker.d.ts| 351|新增(错误码)|类名:URI;<br>方法or属性:constructor(uri: string);<br>旧版本信息:|类名:URI;<br>方法or属性:constructor(uri: string);<br>新版本信息:401,10200002|@ohos.uri.d.ts| 352|新增(错误码)|类名:ArrayList;<br>方法or属性:constructor();<br>旧版本信息:|类名:ArrayList;<br>方法or属性:constructor();<br>新版本信息:10200012|@ohos.util.ArrayList.d.ts| 353|新增(错误码)|类名:ArrayList;<br>方法or属性:add(element: T): boolean;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:add(element: T): boolean;<br>新版本信息:10200011|@ohos.util.ArrayList.d.ts| 354|新增(错误码)|类名:ArrayList;<br>方法or属性:has(element: T): boolean;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:has(element: T): boolean;<br>新版本信息:10200011|@ohos.util.ArrayList.d.ts| 355|新增(错误码)|类名:ArrayList;<br>方法or属性:getIndexOf(element: T): number;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:getIndexOf(element: T): number;<br>新版本信息:10200011|@ohos.util.ArrayList.d.ts| 356|新增(错误码)|类名:ArrayList;<br>方法or属性:removeByIndex(index: number): T;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:removeByIndex(index: number): T;<br>新版本信息:10200001,10200011,401|@ohos.util.ArrayList.d.ts| 357|新增(错误码)|类名:ArrayList;<br>方法or属性:remove(element: T): boolean;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:remove(element: T): boolean;<br>新版本信息:10200011|@ohos.util.ArrayList.d.ts| 358|新增(错误码)|类名:ArrayList;<br>方法or属性:getLastIndexOf(element: T): number;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:getLastIndexOf(element: T): number;<br>新版本信息:10200011|@ohos.util.ArrayList.d.ts| 359|新增(错误码)|类名:ArrayList;<br>方法or属性:replaceAllElements(callbackFn: (value: T, index?: number, arrlist?: ArrayList\<T>) => T,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:replaceAllElements(callbackFn: (value: T, index?: number, arrlist?: ArrayList\<T>) => T,<br><br> thisArg?: Object): void;<br>新版本信息:10200011,401|@ohos.util.ArrayList.d.ts| 360|新增(错误码)|类名:ArrayList;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, arrlist?: ArrayList\<T>) => void,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, arrlist?: ArrayList\<T>) => void,<br><br> thisArg?: Object): void;<br>新版本信息:10200011,401|@ohos.util.ArrayList.d.ts| 361|新增(错误码)|类名:ArrayList;<br>方法or属性:sort(comparator?: (firstValue: T, secondValue: T) => number): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:sort(comparator?: (firstValue: T, secondValue: T) => number): void;<br>新版本信息:10200011,401|@ohos.util.ArrayList.d.ts| 362|新增(错误码)|类名:ArrayList;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:clear(): void;<br>新版本信息:10200011|@ohos.util.ArrayList.d.ts| 363|新增(错误码)|类名:ArrayList;<br>方法or属性:clone(): ArrayList\<T>;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:clone(): ArrayList\<T>;<br>新版本信息:10200011|@ohos.util.ArrayList.d.ts| 364|新增(错误码)|类名:ArrayList;<br>方法or属性:getCapacity(): number;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:getCapacity(): number;<br>新版本信息:10200011|@ohos.util.ArrayList.d.ts| 365|新增(错误码)|类名:ArrayList;<br>方法or属性:convertToArray(): Array\<T>;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:convertToArray(): Array\<T>;<br>新版本信息:10200011|@ohos.util.ArrayList.d.ts| 366|新增(错误码)|类名:ArrayList;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:10200011|@ohos.util.ArrayList.d.ts| 367|新增(错误码)|类名:ArrayList;<br>方法or属性:increaseCapacityTo(newCapacity: number): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:increaseCapacityTo(newCapacity: number): void;<br>新版本信息:10200011,401|@ohos.util.ArrayList.d.ts| 368|新增(错误码)|类名:ArrayList;<br>方法or属性:trimToCurrentLength(): void;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:trimToCurrentLength(): void;<br>新版本信息:10200011|@ohos.util.ArrayList.d.ts| 369|新增(错误码)|类名:ArrayList;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:ArrayList;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:10200011|@ohos.util.ArrayList.d.ts| 370|新增(错误码)|类名:util;<br>方法or属性:function callbackWrapper(original: Function): (err: Object, value: Object) => void;<br>旧版本信息:|类名:util;<br>方法or属性:function callbackWrapper(original: Function): (err: Object, value: Object) => void;<br>新版本信息:401|@ohos.util.d.ts| 371|新增(错误码)|类名:RationalNumber;<br>方法or属性:static createRationalFromString(rationalString: string): RationalNumber;<br>旧版本信息:|类名:RationalNumber;<br>方法or属性:static createRationalFromString(rationalString: string): RationalNumber;<br>新版本信息:401|@ohos.util.d.ts| 372|新增(错误码)|类名:Deque;<br>方法or属性:constructor();<br>旧版本信息:|类名:Deque;<br>方法or属性:constructor();<br>新版本信息:10200012|@ohos.util.Deque.d.ts| 373|新增(错误码)|类名:Deque;<br>方法or属性:insertFront(element: T): void;<br>旧版本信息:|类名:Deque;<br>方法or属性:insertFront(element: T): void;<br>新版本信息:10200011|@ohos.util.Deque.d.ts| 374|新增(错误码)|类名:Deque;<br>方法or属性:insertEnd(element: T): void;<br>旧版本信息:|类名:Deque;<br>方法or属性:insertEnd(element: T): void;<br>新版本信息:10200011|@ohos.util.Deque.d.ts| 375|新增(错误码)|类名:Deque;<br>方法or属性:has(element: T): boolean;<br>旧版本信息:|类名:Deque;<br>方法or属性:has(element: T): boolean;<br>新版本信息:10200011|@ohos.util.Deque.d.ts| 376|新增(错误码)|类名:Deque;<br>方法or属性:getFirst(): T;<br>旧版本信息:|类名:Deque;<br>方法or属性:getFirst(): T;<br>新版本信息:10200011|@ohos.util.Deque.d.ts| 377|新增(错误码)|类名:Deque;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, deque?: Deque\<T>) => void,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:Deque;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, deque?: Deque\<T>) => void,<br><br> thisArg?: Object): void;<br>新版本信息:401,10200011|@ohos.util.Deque.d.ts| 378|新增(错误码)|类名:Deque;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:Deque;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:10200011|@ohos.util.Deque.d.ts| 379|新增(错误码)|类名:HashMap;<br>方法or属性:constructor();<br>旧版本信息:|类名:HashMap;<br>方法or属性:constructor();<br>新版本信息:10200012|@ohos.util.HashMap.d.ts| 380|新增(错误码)|类名:HashMap;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:HashMap;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:10200011|@ohos.util.HashMap.d.ts| 381|新增(错误码)|类名:HashMap;<br>方法or属性:hasKey(key: K): boolean;<br>旧版本信息:|类名:HashMap;<br>方法or属性:hasKey(key: K): boolean;<br>新版本信息:10200011|@ohos.util.HashMap.d.ts| 382|新增(错误码)|类名:HashMap;<br>方法or属性:hasValue(value: V): boolean;<br>旧版本信息:|类名:HashMap;<br>方法or属性:hasValue(value: V): boolean;<br>新版本信息:10200011|@ohos.util.HashMap.d.ts| 383|新增(错误码)|类名:HashMap;<br>方法or属性:get(key: K): V;<br>旧版本信息:|类名:HashMap;<br>方法or属性:get(key: K): V;<br>新版本信息:10200011|@ohos.util.HashMap.d.ts| 384|新增(错误码)|类名:HashMap;<br>方法or属性:setAll(map: HashMap\<K, V>): void;<br>旧版本信息:|类名:HashMap;<br>方法or属性:setAll(map: HashMap\<K, V>): void;<br>新版本信息:10200011,401|@ohos.util.HashMap.d.ts| 385|新增(错误码)|类名:HashMap;<br>方法or属性:set(key: K, value: V): Object;<br>旧版本信息:|类名:HashMap;<br>方法or属性:set(key: K, value: V): Object;<br>新版本信息:10200011,401|@ohos.util.HashMap.d.ts| 386|新增(错误码)|类名:HashMap;<br>方法or属性:remove(key: K): V;<br>旧版本信息:|类名:HashMap;<br>方法or属性:remove(key: K): V;<br>新版本信息:10200011|@ohos.util.HashMap.d.ts| 387|新增(错误码)|类名:HashMap;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:HashMap;<br>方法or属性:clear(): void;<br>新版本信息:10200011|@ohos.util.HashMap.d.ts| 388|新增(错误码)|类名:HashMap;<br>方法or属性:keys(): IterableIterator\<K>;<br>旧版本信息:|类名:HashMap;<br>方法or属性:keys(): IterableIterator\<K>;<br>新版本信息:10200011|@ohos.util.HashMap.d.ts| 389|新增(错误码)|类名:HashMap;<br>方法or属性:values(): IterableIterator\<V>;<br>旧版本信息:|类名:HashMap;<br>方法or属性:values(): IterableIterator\<V>;<br>新版本信息:10200011|@ohos.util.HashMap.d.ts| 390|新增(错误码)|类名:HashMap;<br>方法or属性:replace(key: K, newValue: V): boolean;<br>旧版本信息:|类名:HashMap;<br>方法or属性:replace(key: K, newValue: V): boolean;<br>新版本信息:10200011|@ohos.util.HashMap.d.ts| 391|新增(错误码)|类名:HashMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: HashMap\<K, V>) => void,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:HashMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: HashMap\<K, V>) => void,<br><br> thisArg?: Object): void;<br>新版本信息:10200011,401|@ohos.util.HashMap.d.ts| 392|新增(错误码)|类名:HashMap;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:HashMap;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>新版本信息:10200011|@ohos.util.HashMap.d.ts| 393|新增(错误码)|类名:HashMap;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:HashMap;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>新版本信息:10200011|@ohos.util.HashMap.d.ts| 394|新增(错误码)|类名:HashSet;<br>方法or属性:constructor();<br>旧版本信息:|类名:HashSet;<br>方法or属性:constructor();<br>新版本信息:10200012|@ohos.util.HashSet.d.ts| 395|新增(错误码)|类名:HashSet;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:HashSet;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:10200011|@ohos.util.HashSet.d.ts| 396|新增(错误码)|类名:HashSet;<br>方法or属性:has(value: T): boolean;<br>旧版本信息:|类名:HashSet;<br>方法or属性:has(value: T): boolean;<br>新版本信息:10200011,401|@ohos.util.HashSet.d.ts| 397|新增(错误码)|类名:HashSet;<br>方法or属性:add(value: T): boolean;<br>旧版本信息:|类名:HashSet;<br>方法or属性:add(value: T): boolean;<br>新版本信息:10200011,401|@ohos.util.HashSet.d.ts| 398|新增(错误码)|类名:HashSet;<br>方法or属性:remove(value: T): boolean;<br>旧版本信息:|类名:HashSet;<br>方法or属性:remove(value: T): boolean;<br>新版本信息:10200011,401|@ohos.util.HashSet.d.ts| 399|新增(错误码)|类名:HashSet;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:HashSet;<br>方法or属性:clear(): void;<br>新版本信息:10200011|@ohos.util.HashSet.d.ts| 400|新增(错误码)|类名:HashSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: HashSet\<T>) => void,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:HashSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: HashSet\<T>) => void,<br><br> thisArg?: Object): void;<br>新版本信息:10200011,401|@ohos.util.HashSet.d.ts| 401|新增(错误码)|类名:HashSet;<br>方法or属性:values(): IterableIterator\<T>;<br>旧版本信息:|类名:HashSet;<br>方法or属性:values(): IterableIterator\<T>;<br>新版本信息:10200011|@ohos.util.HashSet.d.ts| 402|新增(错误码)|类名:HashSet;<br>方法or属性:entries(): IterableIterator\<[T, T]>;<br>旧版本信息:|类名:HashSet;<br>方法or属性:entries(): IterableIterator\<[T, T]>;<br>新版本信息:10200011|@ohos.util.HashSet.d.ts| 403|新增(错误码)|类名:HashSet;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:HashSet;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:10200011|@ohos.util.HashSet.d.ts| 404|新增(错误码)|类名:LightWeightMap;<br>方法or属性:constructor();<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:constructor();<br>新版本信息:10200012|@ohos.util.LightWeightMap.d.ts| 405|新增(错误码)|类名:LightWeightMap;<br>方法or属性:hasAll(map: LightWeightMap\<K, V>): boolean;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:hasAll(map: LightWeightMap\<K, V>): boolean;<br>新版本信息:401,10200011|@ohos.util.LightWeightMap.d.ts| 406|新增(错误码)|类名:LightWeightMap;<br>方法or属性:hasKey(key: K): boolean;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:hasKey(key: K): boolean;<br>新版本信息:10200011|@ohos.util.LightWeightMap.d.ts| 407|新增(错误码)|类名:LightWeightMap;<br>方法or属性:hasValue(value: V): boolean;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:hasValue(value: V): boolean;<br>新版本信息:10200011|@ohos.util.LightWeightMap.d.ts| 408|新增(错误码)|类名:LightWeightMap;<br>方法or属性:increaseCapacityTo(minimumCapacity: number): void;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:increaseCapacityTo(minimumCapacity: number): void;<br>新版本信息:10200011,401|@ohos.util.LightWeightMap.d.ts| 409|新增(错误码)|类名:LightWeightMap;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>新版本信息:10200011|@ohos.util.LightWeightMap.d.ts| 410|新增(错误码)|类名:LightWeightMap;<br>方法or属性:get(key: K): V;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:get(key: K): V;<br>新版本信息:10200011|@ohos.util.LightWeightMap.d.ts| 411|新增(错误码)|类名:LightWeightMap;<br>方法or属性:getIndexOfKey(key: K): number;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:getIndexOfKey(key: K): number;<br>新版本信息:10200011|@ohos.util.LightWeightMap.d.ts| 412|新增(错误码)|类名:LightWeightMap;<br>方法or属性:getIndexOfValue(value: V): number;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:getIndexOfValue(value: V): number;<br>新版本信息:10200011|@ohos.util.LightWeightMap.d.ts| 413|新增(错误码)|类名:LightWeightMap;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:10200011|@ohos.util.LightWeightMap.d.ts| 414|新增(错误码)|类名:LightWeightMap;<br>方法or属性:getKeyAt(index: number): K;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:getKeyAt(index: number): K;<br>新版本信息:10200011,10200001,401|@ohos.util.LightWeightMap.d.ts| 415|新增(错误码)|类名:LightWeightMap;<br>方法or属性:keys(): IterableIterator\<K>;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:keys(): IterableIterator\<K>;<br>新版本信息:10200011|@ohos.util.LightWeightMap.d.ts| 416|新增(错误码)|类名:LightWeightMap;<br>方法or属性:setAll(map: LightWeightMap\<K, V>): void;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:setAll(map: LightWeightMap\<K, V>): void;<br>新版本信息:10200011,401|@ohos.util.LightWeightMap.d.ts| 417|新增(错误码)|类名:LightWeightMap;<br>方法or属性:set(key: K, value: V): Object;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:set(key: K, value: V): Object;<br>新版本信息:10200011|@ohos.util.LightWeightMap.d.ts| 418|新增(错误码)|类名:LightWeightMap;<br>方法or属性:remove(key: K): V;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:remove(key: K): V;<br>新版本信息:10200011|@ohos.util.LightWeightMap.d.ts| 419|新增(错误码)|类名:LightWeightMap;<br>方法or属性:removeAt(index: number): boolean;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:removeAt(index: number): boolean;<br>新版本信息:10200011,401|@ohos.util.LightWeightMap.d.ts| 420|新增(错误码)|类名:LightWeightMap;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:clear(): void;<br>新版本信息:10200011|@ohos.util.LightWeightMap.d.ts| 421|新增(错误码)|类名:LightWeightMap;<br>方法or属性:setValueAt(index: number, newValue: V): boolean;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:setValueAt(index: number, newValue: V): boolean;<br>新版本信息:10200011,10200001,401|@ohos.util.LightWeightMap.d.ts| 422|新增(错误码)|类名:LightWeightMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: LightWeightMap\<K, V>) => void,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: LightWeightMap\<K, V>) => void,<br><br> thisArg?: Object): void;<br>新版本信息:10200011,401|@ohos.util.LightWeightMap.d.ts| 423|新增(错误码)|类名:LightWeightMap;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>新版本信息:10200011|@ohos.util.LightWeightMap.d.ts| 424|新增(错误码)|类名:LightWeightMap;<br>方法or属性:toString(): String;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:toString(): String;<br>新版本信息:10200011|@ohos.util.LightWeightMap.d.ts| 425|新增(错误码)|类名:LightWeightMap;<br>方法or属性:getValueAt(index: number): V;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:getValueAt(index: number): V;<br>新版本信息:10200011,10200001,401|@ohos.util.LightWeightMap.d.ts| 426|新增(错误码)|类名:LightWeightMap;<br>方法or属性:values(): IterableIterator\<V>;<br>旧版本信息:|类名:LightWeightMap;<br>方法or属性:values(): IterableIterator\<V>;<br>新版本信息:10200011|@ohos.util.LightWeightMap.d.ts| 427|新增(错误码)|类名:LightWeightSet;<br>方法or属性:constructor();<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:constructor();<br>新版本信息:10200012|@ohos.util.LightWeightSet.d.ts| 428|新增(错误码)|类名:LightWeightSet;<br>方法or属性:add(obj: T): boolean;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:add(obj: T): boolean;<br>新版本信息:10200011|@ohos.util.LightWeightSet.d.ts| 429|新增(错误码)|类名:LightWeightSet;<br>方法or属性:addAll(set: LightWeightSet\<T>): boolean;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:addAll(set: LightWeightSet\<T>): boolean;<br>新版本信息:10200011,401|@ohos.util.LightWeightSet.d.ts| 430|新增(错误码)|类名:LightWeightSet;<br>方法or属性:hasAll(set: LightWeightSet\<T>): boolean;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:hasAll(set: LightWeightSet\<T>): boolean;<br>新版本信息:10200011,401|@ohos.util.LightWeightSet.d.ts| 431|新增(错误码)|类名:LightWeightSet;<br>方法or属性:has(key: T): boolean;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:has(key: T): boolean;<br>新版本信息:10200011|@ohos.util.LightWeightSet.d.ts| 432|新增(错误码)|类名:LightWeightSet;<br>方法or属性:equal(obj: Object): boolean;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:equal(obj: Object): boolean;<br>新版本信息:10200011|@ohos.util.LightWeightSet.d.ts| 433|新增(错误码)|类名:LightWeightSet;<br>方法or属性:increaseCapacityTo(minimumCapacity: number): void;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:increaseCapacityTo(minimumCapacity: number): void;<br>新版本信息:10200011,401,10200001|@ohos.util.LightWeightSet.d.ts| 434|新增(错误码)|类名:LightWeightSet;<br>方法or属性:getIndexOf(key: T): number;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:getIndexOf(key: T): number;<br>新版本信息:10200011|@ohos.util.LightWeightSet.d.ts| 435|新增(错误码)|类名:LightWeightSet;<br>方法or属性:remove(key: T): T;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:remove(key: T): T;<br>新版本信息:10200011|@ohos.util.LightWeightSet.d.ts| 436|新增(错误码)|类名:LightWeightSet;<br>方法or属性:removeAt(index: number): boolean;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:removeAt(index: number): boolean;<br>新版本信息:10200011,401|@ohos.util.LightWeightSet.d.ts| 437|新增(错误码)|类名:LightWeightSet;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:clear(): void;<br>新版本信息:10200011|@ohos.util.LightWeightSet.d.ts| 438|新增(错误码)|类名:LightWeightSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: LightWeightSet\<T>) => void,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: LightWeightSet\<T>) => void,<br><br> thisArg?: Object): void;<br>新版本信息:10200011,401|@ohos.util.LightWeightSet.d.ts| 439|新增(错误码)|类名:LightWeightSet;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:10200011|@ohos.util.LightWeightSet.d.ts| 440|新增(错误码)|类名:LightWeightSet;<br>方法or属性:toArray(): Array\<T>;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:toArray(): Array\<T>;<br>新版本信息:10200011|@ohos.util.LightWeightSet.d.ts| 441|新增(错误码)|类名:LightWeightSet;<br>方法or属性:getValueAt(index: number): T;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:getValueAt(index: number): T;<br>新版本信息:10200011,401|@ohos.util.LightWeightSet.d.ts| 442|新增(错误码)|类名:LightWeightSet;<br>方法or属性:values(): IterableIterator\<T>;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:values(): IterableIterator\<T>;<br>新版本信息:10200011|@ohos.util.LightWeightSet.d.ts| 443|新增(错误码)|类名:LightWeightSet;<br>方法or属性:entries(): IterableIterator\<[T, T]>;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:entries(): IterableIterator\<[T, T]>;<br>新版本信息:10200011|@ohos.util.LightWeightSet.d.ts| 444|新增(错误码)|类名:LightWeightSet;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:LightWeightSet;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:10200011|@ohos.util.LightWeightSet.d.ts| 445|新增(错误码)|类名:LinkedList;<br>方法or属性:constructor();<br>旧版本信息:|类名:LinkedList;<br>方法or属性:constructor();<br>新版本信息:10200012|@ohos.util.LinkedList.d.ts| 446|新增(错误码)|类名:LinkedList;<br>方法or属性:add(element: T): boolean;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:add(element: T): boolean;<br>新版本信息:10200011|@ohos.util.LinkedList.d.ts| 447|新增(错误码)|类名:LinkedList;<br>方法or属性:get(index: number): T;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:get(index: number): T;<br>新版本信息:10200011,401|@ohos.util.LinkedList.d.ts| 448|新增(错误码)|类名:LinkedList;<br>方法or属性:addFirst(element: T): void;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:addFirst(element: T): void;<br>新版本信息:10200011|@ohos.util.LinkedList.d.ts| 449|新增(错误码)|类名:LinkedList;<br>方法or属性:has(element: T): boolean;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:has(element: T): boolean;<br>新版本信息:10200011|@ohos.util.LinkedList.d.ts| 450|新增(错误码)|类名:LinkedList;<br>方法or属性:getIndexOf(element: T): number;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:getIndexOf(element: T): number;<br>新版本信息:10200011|@ohos.util.LinkedList.d.ts| 451|新增(错误码)|类名:LinkedList;<br>方法or属性:removeByIndex(index: number): T;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:removeByIndex(index: number): T;<br>新版本信息:10200011,401,10200001|@ohos.util.LinkedList.d.ts| 452|新增(错误码)|类名:LinkedList;<br>方法or属性:remove(element: T): boolean;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:remove(element: T): boolean;<br>新版本信息:10200011|@ohos.util.LinkedList.d.ts| 453|新增(错误码)|类名:LinkedList;<br>方法or属性:removeFirstFound(element: T): boolean;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:removeFirstFound(element: T): boolean;<br>新版本信息:10200011,10200010,10200017|@ohos.util.LinkedList.d.ts| 454|新增(错误码)|类名:LinkedList;<br>方法or属性:removeLastFound(element: T): boolean;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:removeLastFound(element: T): boolean;<br>新版本信息:10200011,10200010,10200017|@ohos.util.LinkedList.d.ts| 455|新增(错误码)|类名:LinkedList;<br>方法or属性:getLastIndexOf(element: T): number;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:getLastIndexOf(element: T): number;<br>新版本信息:10200011|@ohos.util.LinkedList.d.ts| 456|新增(错误码)|类名:LinkedList;<br>方法or属性:getFirst(): T;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:getFirst(): T;<br>新版本信息:10200011|@ohos.util.LinkedList.d.ts| 457|新增(错误码)|类名:LinkedList;<br>方法or属性:getLast(): T;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:getLast(): T;<br>新版本信息:10200011|@ohos.util.LinkedList.d.ts| 458|新增(错误码)|类名:LinkedList;<br>方法or属性:set(index: number, element: T): T;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:set(index: number, element: T): T;<br>新版本信息:10200011,10200001,401|@ohos.util.LinkedList.d.ts| 459|新增(错误码)|类名:LinkedList;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, LinkedList?: LinkedList\<T>) => void,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, LinkedList?: LinkedList\<T>) => void,<br><br> thisArg?: Object): void;<br>新版本信息:10200011,401|@ohos.util.LinkedList.d.ts| 460|新增(错误码)|类名:LinkedList;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:clear(): void;<br>新版本信息:10200011|@ohos.util.LinkedList.d.ts| 461|新增(错误码)|类名:LinkedList;<br>方法or属性:clone(): LinkedList\<T>;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:clone(): LinkedList\<T>;<br>新版本信息:10200011|@ohos.util.LinkedList.d.ts| 462|新增(错误码)|类名:LinkedList;<br>方法or属性:convertToArray(): Array\<T>;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:convertToArray(): Array\<T>;<br>新版本信息:10200011|@ohos.util.LinkedList.d.ts| 463|新增(错误码)|类名:LinkedList;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:LinkedList;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:10200011|@ohos.util.LinkedList.d.ts| 464|新增(错误码)|类名:List;<br>方法or属性:constructor();<br>旧版本信息:|类名:List;<br>方法or属性:constructor();<br>新版本信息:10200012|@ohos.util.List.d.ts| 465|新增(错误码)|类名:List;<br>方法or属性:add(element: T): boolean;<br>旧版本信息:|类名:List;<br>方法or属性:add(element: T): boolean;<br>新版本信息:10200011|@ohos.util.List.d.ts| 466|新增(错误码)|类名:List;<br>方法or属性:get(index: number): T;<br>旧版本信息:|类名:List;<br>方法or属性:get(index: number): T;<br>新版本信息:10200011,401|@ohos.util.List.d.ts| 467|新增(错误码)|类名:List;<br>方法or属性:has(element: T): boolean;<br>旧版本信息:|类名:List;<br>方法or属性:has(element: T): boolean;<br>新版本信息:10200011|@ohos.util.List.d.ts| 468|新增(错误码)|类名:List;<br>方法or属性:getIndexOf(element: T): number;<br>旧版本信息:|类名:List;<br>方法or属性:getIndexOf(element: T): number;<br>新版本信息:10200011|@ohos.util.List.d.ts| 469|新增(错误码)|类名:List;<br>方法or属性:removeByIndex(index: number): T;<br>旧版本信息:|类名:List;<br>方法or属性:removeByIndex(index: number): T;<br>新版本信息:10200011,10200001,401|@ohos.util.List.d.ts| 470|新增(错误码)|类名:List;<br>方法or属性:remove(element: T): boolean;<br>旧版本信息:|类名:List;<br>方法or属性:remove(element: T): boolean;<br>新版本信息:10200011|@ohos.util.List.d.ts| 471|新增(错误码)|类名:List;<br>方法or属性:getLastIndexOf(element: T): number;<br>旧版本信息:|类名:List;<br>方法or属性:getLastIndexOf(element: T): number;<br>新版本信息:10200011|@ohos.util.List.d.ts| 472|新增(错误码)|类名:List;<br>方法or属性:getFirst(): T;<br>旧版本信息:|类名:List;<br>方法or属性:getFirst(): T;<br>新版本信息:10200011|@ohos.util.List.d.ts| 473|新增(错误码)|类名:List;<br>方法or属性:getLast(): T;<br>旧版本信息:|类名:List;<br>方法or属性:getLast(): T;<br>新版本信息:10200011|@ohos.util.List.d.ts| 474|新增(错误码)|类名:List;<br>方法or属性:set(index: number, element: T): T;<br>旧版本信息:|类名:List;<br>方法or属性:set(index: number, element: T): T;<br>新版本信息:10200011,10200001,401|@ohos.util.List.d.ts| 475|新增(错误码)|类名:List;<br>方法or属性:equal(obj: Object): boolean;<br>旧版本信息:|类名:List;<br>方法or属性:equal(obj: Object): boolean;<br>新版本信息:10200011|@ohos.util.List.d.ts| 476|新增(错误码)|类名:List;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, List?: List\<T>) => void,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:List;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, List?: List\<T>) => void,<br><br> thisArg?: Object): void;<br>新版本信息:10200011,401|@ohos.util.List.d.ts| 477|新增(错误码)|类名:List;<br>方法or属性:sort(comparator: (firstValue: T, secondValue: T) => number): void;<br>旧版本信息:|类名:List;<br>方法or属性:sort(comparator: (firstValue: T, secondValue: T) => number): void;<br>新版本信息:401,10200011|@ohos.util.List.d.ts| 478|新增(错误码)|类名:List;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:List;<br>方法or属性:clear(): void;<br>新版本信息:10200011|@ohos.util.List.d.ts| 479|新增(错误码)|类名:List;<br>方法or属性:replaceAllElements(callbackFn: (value: T, index?: number, list?: List\<T>) => T,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:List;<br>方法or属性:replaceAllElements(callbackFn: (value: T, index?: number, list?: List\<T>) => T,<br><br> thisArg?: Object): void;<br>新版本信息:10200011,401|@ohos.util.List.d.ts| 480|新增(错误码)|类名:List;<br>方法or属性:convertToArray(): Array\<T>;<br>旧版本信息:|类名:List;<br>方法or属性:convertToArray(): Array\<T>;<br>新版本信息:10200011|@ohos.util.List.d.ts| 481|新增(错误码)|类名:List;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:List;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:10200011|@ohos.util.List.d.ts| 482|新增(错误码)|类名:List;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:List;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:10200011|@ohos.util.List.d.ts| 483|新增(错误码)|类名:PlainArray;<br>方法or属性:constructor();<br>旧版本信息:|类名:PlainArray;<br>方法or属性:constructor();<br>新版本信息:10200012|@ohos.util.PlainArray.d.ts| 484|新增(错误码)|类名:PlainArray;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:clear(): void;<br>新版本信息:10200011|@ohos.util.PlainArray.d.ts| 485|新增(错误码)|类名:PlainArray;<br>方法or属性:clone(): PlainArray\<T>;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:clone(): PlainArray\<T>;<br>新版本信息:10200011|@ohos.util.PlainArray.d.ts| 486|新增(错误码)|类名:PlainArray;<br>方法or属性:has(key: number): boolean;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:has(key: number): boolean;<br>新版本信息:10200011,401|@ohos.util.PlainArray.d.ts| 487|新增(错误码)|类名:PlainArray;<br>方法or属性:get(key: number): T;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:get(key: number): T;<br>新版本信息:10200011,401|@ohos.util.PlainArray.d.ts| 488|新增(错误码)|类名:PlainArray;<br>方法or属性:getIndexOfKey(key: number): number;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:getIndexOfKey(key: number): number;<br>新版本信息:10200011,401|@ohos.util.PlainArray.d.ts| 489|新增(错误码)|类名:PlainArray;<br>方法or属性:getIndexOfValue(value: T): number;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:getIndexOfValue(value: T): number;<br>新版本信息:10200011|@ohos.util.PlainArray.d.ts| 490|新增(错误码)|类名:PlainArray;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:10200011|@ohos.util.PlainArray.d.ts| 491|新增(错误码)|类名:PlainArray;<br>方法or属性:getKeyAt(index: number): number;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:getKeyAt(index: number): number;<br>新版本信息:10200011,401|@ohos.util.PlainArray.d.ts| 492|新增(错误码)|类名:PlainArray;<br>方法or属性:remove(key: number): T;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:remove(key: number): T;<br>新版本信息:10200011,401|@ohos.util.PlainArray.d.ts| 493|新增(错误码)|类名:PlainArray;<br>方法or属性:removeAt(index: number): T;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:removeAt(index: number): T;<br>新版本信息:10200011,401|@ohos.util.PlainArray.d.ts| 494|新增(错误码)|类名:PlainArray;<br>方法or属性:removeRangeFrom(index: number, size: number): number;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:removeRangeFrom(index: number, size: number): number;<br>新版本信息:10200011,10200001,401|@ohos.util.PlainArray.d.ts| 495|新增(错误码)|类名:PlainArray;<br>方法or属性:setValueAt(index: number, value: T): void;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:setValueAt(index: number, value: T): void;<br>新版本信息:10200011,10200001,401|@ohos.util.PlainArray.d.ts| 496|新增(错误码)|类名:PlainArray;<br>方法or属性:toString(): String;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:toString(): String;<br>新版本信息:10200011|@ohos.util.PlainArray.d.ts| 497|新增(错误码)|类名:PlainArray;<br>方法or属性:getValueAt(index: number): T;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:getValueAt(index: number): T;<br>新版本信息:10200011,10200001,401|@ohos.util.PlainArray.d.ts| 498|新增(错误码)|类名:PlainArray;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, PlainArray?: PlainArray\<T>) => void,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, PlainArray?: PlainArray\<T>) => void,<br><br> thisArg?: Object): void;<br>新版本信息:10200011,401|@ohos.util.PlainArray.d.ts| 499|新增(错误码)|类名:PlainArray;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[number, T]>;<br>旧版本信息:|类名:PlainArray;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[number, T]>;<br>新版本信息:10200011|@ohos.util.PlainArray.d.ts| 500|新增(错误码)|类名:Queue;<br>方法or属性:constructor();<br>旧版本信息:|类名:Queue;<br>方法or属性:constructor();<br>新版本信息:10200012|@ohos.util.Queue.d.ts| 501|新增(错误码)|类名:Queue;<br>方法or属性:add(element: T): boolean;<br>旧版本信息:|类名:Queue;<br>方法or属性:add(element: T): boolean;<br>新版本信息:10200011|@ohos.util.Queue.d.ts| 502|新增(错误码)|类名:Queue;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, Queue?: Queue\<T>) => void,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:Queue;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, Queue?: Queue\<T>) => void,<br><br> thisArg?: Object): void;<br>新版本信息:10200011,401|@ohos.util.Queue.d.ts| 503|新增(错误码)|类名:Queue;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:Queue;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:10200011|@ohos.util.Queue.d.ts| 504|新增(错误码)|类名:Stack;<br>方法or属性:constructor();<br>旧版本信息:|类名:Stack;<br>方法or属性:constructor();<br>新版本信息:10200012|@ohos.util.Stack.d.ts| 505|新增(错误码)|类名:Stack;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:Stack;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:10200011|@ohos.util.Stack.d.ts| 506|新增(错误码)|类名:Stack;<br>方法or属性:peek(): T;<br>旧版本信息:|类名:Stack;<br>方法or属性:peek(): T;<br>新版本信息:10200011|@ohos.util.Stack.d.ts| 507|新增(错误码)|类名:Stack;<br>方法or属性:pop(): T;<br>旧版本信息:|类名:Stack;<br>方法or属性:pop(): T;<br>新版本信息:10200011|@ohos.util.Stack.d.ts| 508|新增(错误码)|类名:Stack;<br>方法or属性:push(item: T): T;<br>旧版本信息:|类名:Stack;<br>方法or属性:push(item: T): T;<br>新版本信息:10200011|@ohos.util.Stack.d.ts| 509|新增(错误码)|类名:Stack;<br>方法or属性:locate(element: T): number;<br>旧版本信息:|类名:Stack;<br>方法or属性:locate(element: T): number;<br>新版本信息:10200011|@ohos.util.Stack.d.ts| 510|新增(错误码)|类名:Stack;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, stack?: Stack\<T>) => void,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:Stack;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, stack?: Stack\<T>) => void,<br><br> thisArg?: Object): void;<br>新版本信息:10200011,401|@ohos.util.Stack.d.ts| 511|新增(错误码)|类名:Stack;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:Stack;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:10200011|@ohos.util.Stack.d.ts| 512|新增(错误码)|类名:TreeMap;<br>方法or属性:constructor(comparator?: (firstValue: K, secondValue: K) => boolean);<br>旧版本信息:|类名:TreeMap;<br>方法or属性:constructor(comparator?: (firstValue: K, secondValue: K) => boolean);<br>新版本信息:10200012,401|@ohos.util.TreeMap.d.ts| 513|新增(错误码)|类名:TreeMap;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 514|新增(错误码)|类名:TreeMap;<br>方法or属性:hasKey(key: K): boolean;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:hasKey(key: K): boolean;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 515|新增(错误码)|类名:TreeMap;<br>方法or属性:hasValue(value: V): boolean;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:hasValue(value: V): boolean;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 516|新增(错误码)|类名:TreeMap;<br>方法or属性:get(key: K): V;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:get(key: K): V;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 517|新增(错误码)|类名:TreeMap;<br>方法or属性:getFirstKey(): K;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:getFirstKey(): K;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 518|新增(错误码)|类名:TreeMap;<br>方法or属性:getLastKey(): K;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:getLastKey(): K;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 519|新增(错误码)|类名:TreeMap;<br>方法or属性:setAll(map: TreeMap\<K, V>): void;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:setAll(map: TreeMap\<K, V>): void;<br>新版本信息:10200011,401|@ohos.util.TreeMap.d.ts| 520|新增(错误码)|类名:TreeMap;<br>方法or属性:set(key: K, value: V): Object;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:set(key: K, value: V): Object;<br>新版本信息:10200011,401|@ohos.util.TreeMap.d.ts| 521|新增(错误码)|类名:TreeMap;<br>方法or属性:remove(key: K): V;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:remove(key: K): V;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 522|新增(错误码)|类名:TreeMap;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:clear(): void;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 523|新增(错误码)|类名:TreeMap;<br>方法or属性:getLowerKey(key: K): K;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:getLowerKey(key: K): K;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 524|新增(错误码)|类名:TreeMap;<br>方法or属性:getHigherKey(key: K): K;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:getHigherKey(key: K): K;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 525|新增(错误码)|类名:TreeMap;<br>方法or属性:keys(): IterableIterator\<K>;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:keys(): IterableIterator\<K>;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 526|新增(错误码)|类名:TreeMap;<br>方法or属性:values(): IterableIterator\<V>;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:values(): IterableIterator\<V>;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 527|新增(错误码)|类名:TreeMap;<br>方法or属性:replace(key: K, newValue: V): boolean;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:replace(key: K, newValue: V): boolean;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 528|新增(错误码)|类名:TreeMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: TreeMap\<K, V>) => void,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: TreeMap\<K, V>) => void,<br><br> thisArg?: Object): void;<br>新版本信息:10200011,401|@ohos.util.TreeMap.d.ts| 529|新增(错误码)|类名:TreeMap;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:entries(): IterableIterator\<[K, V]>;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 530|新增(错误码)|类名:TreeMap;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>旧版本信息:|类名:TreeMap;<br>方法or属性:[Symbol.iterator](): IterableIterator\<[K, V]>;<br>新版本信息:10200011|@ohos.util.TreeMap.d.ts| 531|新增(错误码)|类名:TreeSet;<br>方法or属性:constructor(comparator?: (firstValue: T, secondValue: T) => boolean)<br>旧版本信息:|类名:TreeSet;<br>方法or属性:constructor(comparator?: (firstValue: T, secondValue: T) => boolean)<br>新版本信息:10200012,401|@ohos.util.TreeSet.d.ts| 532|新增(错误码)|类名:TreeSet;<br>方法or属性:isEmpty(): boolean;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:isEmpty(): boolean;<br>新版本信息:10200011|@ohos.util.TreeSet.d.ts| 533|新增(错误码)|类名:TreeSet;<br>方法or属性:has(value: T): boolean;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:has(value: T): boolean;<br>新版本信息:10200011|@ohos.util.TreeSet.d.ts| 534|新增(错误码)|类名:TreeSet;<br>方法or属性:add(value: T): boolean;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:add(value: T): boolean;<br>新版本信息:401,10200011|@ohos.util.TreeSet.d.ts| 535|新增(错误码)|类名:TreeSet;<br>方法or属性:remove(value: T): boolean;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:remove(value: T): boolean;<br>新版本信息:10200011|@ohos.util.TreeSet.d.ts| 536|新增(错误码)|类名:TreeSet;<br>方法or属性:clear(): void;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:clear(): void;<br>新版本信息:10200011|@ohos.util.TreeSet.d.ts| 537|新增(错误码)|类名:TreeSet;<br>方法or属性:getFirstValue(): T;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:getFirstValue(): T;<br>新版本信息:10200011|@ohos.util.TreeSet.d.ts| 538|新增(错误码)|类名:TreeSet;<br>方法or属性:getLastValue(): T;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:getLastValue(): T;<br>新版本信息:10200011|@ohos.util.TreeSet.d.ts| 539|新增(错误码)|类名:TreeSet;<br>方法or属性:getLowerValue(key: T): T;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:getLowerValue(key: T): T;<br>新版本信息:10200011,401|@ohos.util.TreeSet.d.ts| 540|新增(错误码)|类名:TreeSet;<br>方法or属性:getHigherValue(key: T): T;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:getHigherValue(key: T): T;<br>新版本信息:10200011,401|@ohos.util.TreeSet.d.ts| 541|新增(错误码)|类名:TreeSet;<br>方法or属性:popFirst(): T;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:popFirst(): T;<br>新版本信息:10200011|@ohos.util.TreeSet.d.ts| 542|新增(错误码)|类名:TreeSet;<br>方法or属性:popLast(): T;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:popLast(): T;<br>新版本信息:10200011|@ohos.util.TreeSet.d.ts| 543|新增(错误码)|类名:TreeSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: TreeSet\<T>) => void,<br><br> thisArg?: Object): void;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: TreeSet\<T>) => void,<br><br> thisArg?: Object): void;<br>新版本信息:10200011,401|@ohos.util.TreeSet.d.ts| 544|新增(错误码)|类名:TreeSet;<br>方法or属性:values(): IterableIterator\<T>;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:values(): IterableIterator\<T>;<br>新版本信息:10200011|@ohos.util.TreeSet.d.ts| 545|新增(错误码)|类名:TreeSet;<br>方法or属性:entries(): IterableIterator\<[T, T]>;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:entries(): IterableIterator\<[T, T]>;<br>新版本信息:10200011|@ohos.util.TreeSet.d.ts| 546|新增(错误码)|类名:TreeSet;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>旧版本信息:|类名:TreeSet;<br>方法or属性:[Symbol.iterator](): IterableIterator\<T>;<br>新版本信息:10200011|@ohos.util.TreeSet.d.ts| 547|新增(错误码)|类名:XmlSerializer;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>新版本信息:401|@ohos.xml.d.ts| 548|新增(错误码)|类名:XmlPullParser;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>旧版本信息:|类名:XmlPullParser;<br>方法or属性:constructor(buffer: ArrayBuffer \| DataView, encoding?: string);<br>新版本信息:401|@ohos.xml.d.ts| 549|新增(错误码)|类名:XmlSerializer;<br>方法or属性:setAttributes(name: string, value: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:setAttributes(name: string, value: string): void;<br>新版本信息:401|@ohos.xml.d.ts| 550|新增(错误码)|类名:XmlSerializer;<br>方法or属性:addEmptyElement(name: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:addEmptyElement(name: string): void;<br>新版本信息:401|@ohos.xml.d.ts| 551|新增(错误码)|类名:XmlSerializer;<br>方法or属性:startElement(name: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:startElement(name: string): void;<br>新版本信息:401|@ohos.xml.d.ts| 552|新增(错误码)|类名:XmlSerializer;<br>方法or属性:setNamespace(prefix: string, namespace: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:setNamespace(prefix: string, namespace: string): void;<br>新版本信息:401|@ohos.xml.d.ts| 553|新增(错误码)|类名:XmlSerializer;<br>方法or属性:setComment(text: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:setComment(text: string): void;<br>新版本信息:401|@ohos.xml.d.ts| 554|新增(错误码)|类名:XmlSerializer;<br>方法or属性:setCDATA(text: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:setCDATA(text: string): void;<br>新版本信息:401|@ohos.xml.d.ts| 555|新增(错误码)|类名:XmlSerializer;<br>方法or属性:setText(text: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:setText(text: string): void;<br>新版本信息:401|@ohos.xml.d.ts| 556|新增(错误码)|类名:XmlSerializer;<br>方法or属性:setDocType(text: string): void;<br>旧版本信息:|类名:XmlSerializer;<br>方法or属性:setDocType(text: string): void;<br>新版本信息:401|@ohos.xml.d.ts| 557|新增(错误码)|类名:XmlPullParser;<br>方法or属性:parse(option: ParseOptions): void;<br>旧版本信息:|类名:XmlPullParser;<br>方法or属性:parse(option: ParseOptions): void;<br>新版本信息:401|@ohos.xml.d.ts| 558|错误码有变化|类名:ArrayList;<br>方法or属性:insert(element: T, index: number): void;<br>旧版本信息:If|类名:ArrayList;<br>方法or属性:insert(element: T, index: number): void;<br>新版本信息:10200001,10200011,401|@ohos.util.ArrayList.d.ts| 559|错误码有变化|类名:ArrayList;<br>方法or属性:removeByRange(fromIndex: number, toIndex: number): void;<br>旧版本信息:If|类名:ArrayList;<br>方法or属性:removeByRange(fromIndex: number, toIndex: number): void;<br>新版本信息:10200001,10200011,401|@ohos.util.ArrayList.d.ts| 560|错误码有变化|类名:ArrayList;<br>方法or属性:subArrayList(fromIndex: number, toIndex: number): ArrayList\<T>;<br>旧版本信息:If|类名:ArrayList;<br>方法or属性:subArrayList(fromIndex: number, toIndex: number): ArrayList\<T>;<br>新版本信息:10200001,10200011,401|@ohos.util.ArrayList.d.ts| 561|错误码有变化|类名:Deque;<br>方法or属性:getLast(): T;<br>旧版本信息:an|类名:Deque;<br>方法or属性:getLast(): T;<br>新版本信息:10200011|@ohos.util.Deque.d.ts| 562|错误码有变化|类名:Deque;<br>方法or属性:popFirst(): T;<br>旧版本信息:an|类名:Deque;<br>方法or属性:popFirst(): T;<br>新版本信息:10200011|@ohos.util.Deque.d.ts| 563|错误码有变化|类名:Deque;<br>方法or属性:popLast(): T;<br>旧版本信息:an|类名:Deque;<br>方法or属性:popLast(): T;<br>新版本信息:10200011|@ohos.util.Deque.d.ts| 564|错误码有变化|类名:LinkedList;<br>方法or属性:insert(index: number, element: T): void;<br>旧版本信息:If|类名:LinkedList;<br>方法or属性:insert(index: number, element: T): void;<br>新版本信息:10200011,401,10200001|@ohos.util.LinkedList.d.ts| 565|错误码有变化|类名:LinkedList;<br>方法or属性:removeFirst(): T;<br>旧版本信息:NoSuchElementException|类名:LinkedList;<br>方法or属性:removeFirst(): T;<br>新版本信息:10200011,10200010|@ohos.util.LinkedList.d.ts| 566|错误码有变化|类名:LinkedList;<br>方法or属性:removeLast(): T;<br>旧版本信息:NoSuchElementException|类名:LinkedList;<br>方法or属性:removeLast(): T;<br>新版本信息:10200011,10200010|@ohos.util.LinkedList.d.ts| 567|错误码有变化|类名:List;<br>方法or属性:insert(element: T, index: number): void;<br>旧版本信息:If|类名:List;<br>方法or属性:insert(element: T, index: number): void;<br>新版本信息:10200011,10200001,401|@ohos.util.List.d.ts| 568|错误码有变化|类名:List;<br>方法or属性:getSubList(fromIndex: number, toIndex: number): List\<T>;<br>旧版本信息:If|类名:List;<br>方法or属性:getSubList(fromIndex: number, toIndex: number): List\<T>;<br>新版本信息:10200011,10200001,401|@ohos.util.List.d.ts| 569|错误码有变化|类名:PlainArray;<br>方法or属性:add(key: number, value: T): void;<br>旧版本信息:Throws|类名:PlainArray;<br>方法or属性:add(key: number, value: T): void;<br>新版本信息:10200011,401|@ohos.util.PlainArray.d.ts| 570|错误码有变化|类名:Queue;<br>方法or属性:getFirst(): T;<br>旧版本信息:an|类名:Queue;<br>方法or属性:getFirst(): T;<br>新版本信息:10200011|@ohos.util.Queue.d.ts| 571|错误码有变化|类名:Queue;<br>方法or属性:pop(): T;<br>旧版本信息:an|类名:Queue;<br>方法or属性:pop(): T;<br>新版本信息:10200011|@ohos.util.Queue.d.ts| 572|访问级别有变化|类名:ChildProcess;<br>方法or属性:export interface ChildProcess<br>旧版本信息:|类名:ChildProcess;<br>方法or属性:export interface ChildProcess<br>新版本信息:systemapi|@ohos.process.d.ts| 573|函数有变化|类名:process;<br>方法or属性:function runCmd(command: string,<br><br> options?: { timeout : number, killSignal : number \| string, maxBuffer : number }): ChildProcess;|类名:process;<br>方法or属性:function runCmd(command: string,<br><br> options?: { timeout?: number, killSignal?: number \| string, maxBuffer?: number }): ChildProcess;|@ohos.process.d.ts| 574|函数有变化|类名:URLSearchParams;<br>方法or属性:forEach(callbackfn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;|类名:URLSearchParams;<br>方法or属性:forEach(callbackFn: (value: string, key: string, searchParams: this) => void, thisArg?: Object): void;|@ohos.url.d.ts| 575|函数有变化|类名:ArrayList;<br>方法or属性:replaceAllElements(callbackfn: (value: T, index?: number, arrlist?: ArrayList\<T>) => T,<br><br> thisArg?: Object): void;|类名:ArrayList;<br>方法or属性:replaceAllElements(callbackFn: (value: T, index?: number, arrlist?: ArrayList\<T>) => T,<br><br> thisArg?: Object): void;|@ohos.util.ArrayList.d.ts| 576|函数有变化|类名:ArrayList;<br>方法or属性:forEach(callbackfn: (value: T, index?: number, arrlist?: ArrayList\<T>) => void,<br><br> thisArg?: Object): void;|类名:ArrayList;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, arrlist?: ArrayList\<T>) => void,<br><br> thisArg?: Object): void;|@ohos.util.ArrayList.d.ts| 577|函数有变化|类名:Deque;<br>方法or属性:forEach(callbackfn: (value: T, index?: number, deque?: Deque\<T>) => void,<br><br> thisArg?: Object): void;|类名:Deque;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, deque?: Deque\<T>) => void,<br><br> thisArg?: Object): void;|@ohos.util.Deque.d.ts| 578|函数有变化|类名:HashMap;<br>方法or属性:forEach(callbackfn: (value?: V, key?: K, map?: HashMap\<K, V>) => void,<br><br> thisArg?: Object): void;|类名:HashMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: HashMap\<K, V>) => void,<br><br> thisArg?: Object): void;|@ohos.util.HashMap.d.ts| 579|函数有变化|类名:HashSet;<br>方法or属性:forEach(callbackfn: (value?: T, key?: T, set?: HashSet\<T>) => void,<br><br> thisArg?: Object): void;|类名:HashSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: HashSet\<T>) => void,<br><br> thisArg?: Object): void;|@ohos.util.HashSet.d.ts| 580|函数有变化|类名:LightWeightMap;<br>方法or属性:forEach(callbackfn: (value?: V, key?: K, map?: LightWeightMap\<K, V>) => void,<br><br> thisArg?: Object): void;|类名:LightWeightMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: LightWeightMap\<K, V>) => void,<br><br> thisArg?: Object): void;|@ohos.util.LightWeightMap.d.ts| 581|函数有变化|类名:LightWeightSet;<br>方法or属性:forEach(callbackfn: (value?: T, key?: T, set?: LightWeightSet\<T>) => void,<br><br> thisArg?: Object): void;|类名:LightWeightSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: LightWeightSet\<T>) => void,<br><br> thisArg?: Object): void;|@ohos.util.LightWeightSet.d.ts| 582|函数有变化|类名:LinkedList;<br>方法or属性:forEach(callbackfn: (value: T, index?: number, LinkedList?: LinkedList\<T>) => void,<br><br> thisArg?: Object): void;|类名:LinkedList;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, LinkedList?: LinkedList\<T>) => void,<br><br> thisArg?: Object): void;|@ohos.util.LinkedList.d.ts| 583|函数有变化|类名:List;<br>方法or属性:forEach(callbackfn: (value: T, index?: number, List?: List\<T>) => void,<br><br> thisArg?: Object): void;|类名:List;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, List?: List\<T>) => void,<br><br> thisArg?: Object): void;|@ohos.util.List.d.ts| 584|函数有变化|类名:List;<br>方法or属性:replaceAllElements(callbackfn: (value: T, index?: number, list?: List\<T>) => T,<br><br> thisArg?: Object): void;|类名:List;<br>方法or属性:replaceAllElements(callbackFn: (value: T, index?: number, list?: List\<T>) => T,<br><br> thisArg?: Object): void;|@ohos.util.List.d.ts| 585|函数有变化|类名:PlainArray;<br>方法or属性:forEach(callbackfn: (value: T, index?: number, PlainArray?: PlainArray\<T>) => void,<br><br> thisArg?: Object): void;|类名:PlainArray;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, PlainArray?: PlainArray\<T>) => void,<br><br> thisArg?: Object): void;|@ohos.util.PlainArray.d.ts| 586|函数有变化|类名:Queue;<br>方法or属性:forEach(callbackfn: (value: T, index?: number, Queue?: Queue\<T>) => void,<br><br> thisArg?: Object): void;|类名:Queue;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, Queue?: Queue\<T>) => void,<br><br> thisArg?: Object): void;|@ohos.util.Queue.d.ts| 587|函数有变化|类名:Stack;<br>方法or属性:forEach(callbackfn: (value: T, index?: number, stack?: Stack\<T>) => void,<br><br> thisArg?: Object): void;|类名:Stack;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, stack?: Stack\<T>) => void,<br><br> thisArg?: Object): void;|@ohos.util.Stack.d.ts| 588|函数有变化|类名:TreeMap;<br>方法or属性:forEach(callbackfn: (value?: V, key?: K, map?: TreeMap\<K, V>) => void,<br><br> thisArg?: Object): void;|类名:TreeMap;<br>方法or属性:forEach(callbackFn: (value?: V, key?: K, map?: TreeMap\<K, V>) => void,<br><br> thisArg?: Object): void;|@ohos.util.TreeMap.d.ts| 589|函数有变化|类名:TreeSet;<br>方法or属性:forEach(callbackfn: (value?: T, key?: T, set?: TreeSet\<T>) => void,<br><br> thisArg?: Object): void;|类名:TreeSet;<br>方法or属性:forEach(callbackFn: (value?: T, key?: T, set?: TreeSet\<T>) => void,<br><br> thisArg?: Object): void;|@ohos.util.TreeSet.d.ts| 590|函数有变化|类名:Vector;<br>方法or属性:replaceAllElements(callbackfn: (value: T, index?: number, vector?: Vector\<T>) => T,<br><br> thisArg?: Object): void;|类名:Vector;<br>方法or属性:replaceAllElements(callbackFn: (value: T, index?: number, vector?: Vector\<T>) => T,<br><br> thisArg?: Object): void;|@ohos.util.Vector.d.ts| 591|函数有变化|类名:Vector;<br>方法or属性:forEach(callbackfn: (value: T, index?: number, vector?: Vector\<T>) => void,<br><br> thisArg?: Object): void;|类名:Vector;<br>方法or属性:forEach(callbackFn: (value: T, index?: number, vector?: Vector\<T>) => void,<br><br> thisArg?: Object): void;|@ohos.util.Vector.d.ts| 592