Description
The export method of container classes has been changed to improve efficiency.
Previous export method: export default { ArrayList: fastArrayList };
Now export method: export default fastArrayList;
Related issue
#I4TDAQ:Modify the way the container class is exported
Signed-off-by: wangyong <wangyong237@huawei.com>
Adjust the code for the inconsistency between the linear nonlinear container and the interface description
Signed-off-by: shisan_forwork <chengjunxiong@huawei.com>