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