資源簡介
Java list 集合操作
代碼片段和文件信息
package?com.llf.list;
/**
?*?@Author?llf
?*?@Date?2019/11/13?14:37
?**/
public?class?Person?{
????private?Integer?id;
????private?String?name;
????private?Integer?sex;
????private?Integer?age;
????private?Integer?money;
????public?Person?(Integer?id?String?name?Integer?sex?Integer?age?Integer?money)?{
????????this.id?=?id;
????????this.name?=?name;
????????this.sex?=?sex;
????????this.age?=?age;
????????this.money?=?money;
????}
????public?String?getName()?{
????????return?name;
????}
????public?void?setName(String?name)?{
????????this.name?=?name;
????}
????public?Integer?getSex()?{
????????return?sex;
????}
????public?void?setSex(Integer?sex)?{
????????this.sex?=?sex;
????}
????public?Integer?getAge()?{
????????return?age;
????}
????public?void?setAge(Integer?age)?{
????????this.age?=?age;
????}
????public?Integer?getId()?{
????????return?id;
????}
????public?void?setId(Integer?id)?{
????????this.id?=?id;
????}
????pub
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-11-13?14:48??listdemo\
?????目錄???????????0??2019-11-13?14:48??listdemo\.idea\
?????文件?????????247??2019-11-13?14:36??listdemo\.idea\compiler.xm
?????目錄???????????0??2019-11-13?14:38??listdemo\.idea\dictionaries\
?????文件??????????84??2019-11-13?14:38??listdemo\.idea\dictionaries\llf.xm
?????文件?????????200??2019-11-13?14:36??listdemo\.idea\encodings.xm
?????目錄???????????0??2019-11-13?14:36??listdemo\.idea\inspectionProfiles\
?????文件?????????262??2019-11-13?14:36??listdemo\.idea\inspectionProfiles\Project_Default.xm
?????文件?????????273??2019-11-13?14:38??listdemo\.idea\misc.xm
?????文件?????????256??2019-11-13?14:36??listdemo\.idea\modules.xm
?????文件????????8792??2019-11-13?14:38??listdemo\.idea\uiDesigner.xm
?????文件???????12833??2019-11-13?14:48??listdemo\.idea\workspace.xm
?????文件?????????423??2019-11-13?14:36??listdemo\listdemo.iml
?????目錄???????????0??2019-11-13?14:48??listdemo\out\
?????目錄???????????0??2019-11-13?14:48??listdemo\out\production\
?????目錄???????????0??2019-11-13?14:48??listdemo\out\production\listdemo\
?????目錄???????????0??2019-11-13?14:48??listdemo\out\production\listdemo\com\
?????目錄???????????0??2019-11-13?14:48??listdemo\out\production\listdemo\com\llf\
?????目錄???????????0??2019-11-13?14:48??listdemo\out\production\listdemo\com\llf\list\
?????文件????????1510??2019-11-13?14:48??listdemo\out\production\listdemo\com\llf\list\Person.class
?????文件????????4578??2019-11-13?14:48??listdemo\out\production\listdemo\com\llf\list\Test.class
?????目錄???????????0??2019-11-13?14:48??listdemo\out\production\listdemo\generated\
?????目錄???????????0??2019-11-13?14:37??listdemo\src\
?????目錄???????????0??2019-11-13?14:37??listdemo\src\com\
?????目錄???????????0??2019-11-13?14:37??listdemo\src\com\llf\
?????目錄???????????0??2019-11-13?14:47??listdemo\src\com\llf\list\
?????文件????????1140??2019-11-13?14:47??listdemo\src\com\llf\list\Person.java
?????文件????????2050??2019-11-13?14:47??listdemo\src\com\llf\list\Test.java
- 上一篇:java坐標(biāo)描述
- 下一篇:Java 照亮邊緣并保存
評論
共有 條評論