mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-09 11:55:52 +08:00
.
This commit is contained in:
@@ -40,4 +40,9 @@ export class Collection<K, V> extends Map<K, V>{
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
clear(): void {
|
||||
this._array.splice(0, this._array.length);
|
||||
super.clear();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user