val countriesArrayList = ArrayList () We have created an empty arrayList using constructor. If you need an immutable empty list instance, you can use listOf() ...
確定! 回上一頁