-
由 wangyong 提交于
Description The import method of container classes has been changed to improve efficiency. Previous import method: import { ArrayList } from '@ohos.util.ArrayList' Now import method: import ArrayList from '@ohos.util.ArrayList' Related issue #I4TCSR:midified containers class API interface reference description Signed-off-by: Nwangyong <wangyong237@huawei.com>
40520901