91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.01M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-02-20
  • 語言: Java
  • 標(biāo)簽: java??Lis??提取??分組??排序??

資源簡介

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.xml
?????目錄???????????0??2019-11-13?14:38??listdemo\.idea\dictionaries\
?????文件??????????84??2019-11-13?14:38??listdemo\.idea\dictionaries\llf.xml
?????文件?????????200??2019-11-13?14:36??listdemo\.idea\encodings.xml
?????目錄???????????0??2019-11-13?14:36??listdemo\.idea\inspectionProfiles\
?????文件?????????262??2019-11-13?14:36??listdemo\.idea\inspectionProfiles\Project_Default.xml
?????文件?????????273??2019-11-13?14:38??listdemo\.idea\misc.xml
?????文件?????????256??2019-11-13?14:36??listdemo\.idea\modules.xml
?????文件????????8792??2019-11-13?14:38??listdemo\.idea\uiDesigner.xml
?????文件???????12833??2019-11-13?14:48??listdemo\.idea\workspace.xml
?????文件?????????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

評論

共有 條評論