11
在java對象的數組列表,我們可以像這樣創建的對象的ArrayList:如何創建快捷
ArrayList<Country> countryList = new ArrayList<Country>();
Country aBucket = new Country();
aBucket.setName("Canada");
aBucket.setCity("Ottawa");
countryList.add(aBucket);
或像這樣:
ArrayList<Matrices> list = new ArrayList<Matrices>();
list.add(new Matrices(1,1,10));
list.add(new Matrices(1,2,20));
但我怎麼能得到同樣的事情/備選SWIFT