陣列 List以及Map的遍歷

2021-06-21 13:50:04 字數 395 閱讀 9630

1、陣列遍歷:for迴圈(這裡只列出增強版,不適合賦值)

//陣列

string array=;

public void testarray()

system.out.println("");

}2、list遍歷:使用iterator迭代器進行遍歷

//list

public void testlist()

system.out.println("");}

3、map遍歷:同樣使用迭代器,不過要先使用keyset()方法取出key值

//map

public void testmap()}

4、亦可以使用增強型for迴圈進行map遍歷

public void testmap1()}

遍歷List中的Map集合

list 是傳入的錶身資料 listlist new arraylist for int i 0 itfpss tfpss new tfpss beanutils.copyproperties mfpsswithblobs.getparams get i tfpss list.add tfpss l...

mysql遍歷map中的陣列 遍歷Map的四種方法

public static void main string args map map new hashmap map.put 1 value1 map.put 2 value2 map.put 3 value3 第一種 普遍使用,二次取值 system.out.println 通過map.keys...

模板中 List 和 Map 的遍歷

最近一段時間在整乙個專案,裡面用到很多知識點,其中有 freemarker,以前沒用過,花一段時間來研究。使用 freemarker 根據模板生成靜態頁面時,經常會在頁面中顯示數值,list或者map形式的。下面的 是我在專案中執行成功的 歡迎高手指點優化。list toptendoclist?if...