集合的「巢狀」用法

2021-09-28 22:56:54 字數 724 閱讀 2733

當實際開發中遇到分集合處理問題,比如學校裡不同班級不同年級裡面學生資訊需要存在集合裡面時,就可以利用這種巢狀思想處理:

舉例如下:

//測試類:

public

class

test

system.out.

println()

;}system.out.

println

("----------------------------------");

//新for迴圈遍歷更簡單:

for(arraylist

studentarraylist : arraylist)}}

}//學生類:

public

class

student

public

student

(string name,

int age)

public string getname()

public

void

setname

(string name)

public

intgetage()

public

void

setage

(int age)

@override

public string tostring()

';}}

c 中map的基本用法和巢狀用法

c 中map容器提供乙個鍵值對容器,map與multimap差別僅僅在於multiple允許乙個鍵對應多個值。本文主要總結一下map基本用法和巢狀用法示例。一 map基本用法 1 標頭檔案 include 2 定義 mapmy map 注意這裡的int和int可以是其他型別 或者是typedef m...

Sql語句中LIKE的巢狀用法詳解

oracle中sql語句like語句的語法格式是 select from 表名 where 欄位名 like 對應值 子串 例 查詢name欄位中含有 林 字的 select from 表名 where name like 林 但是,我此次like關鍵字後面的對應值是乙個變數,需要用select語句...

Excel中IF函式的巢狀用法(多條件)

excel中if函式的巢狀用法 多條件 excel中if函式的巢狀用法 多條件 函式格式 if logical test,value if true,value if false 其中 logical test 表示設定的條件,value if true 表示當目標單元格與設定條件相符時返回的函式值...