当前位置: 首页 > news >正文

苏州网站开发公司兴田德润优惠吗模板建站和开发网站区别

苏州网站开发公司兴田德润优惠吗,模板建站和开发网站区别,江苏省住房和城乡建设厅 官方网站,东莞最新疫情消息目录 1. 问题概述 1.1 测试 1.2 结果 2. ArrayList和Arrays.ArrayList 1. 问题概述 最近忙着写论文很久没更新了&#xff0c;趁现在有时间简单记录一下最近遇到的一个坑。 对于Java中的List<>类型的对象&#xff0c;按我以前理解是引用传递&#xff0c;但有一点要注…

目录

1. 问题概述

1.1 测试

1.2 结果

2. ArrayList和Arrays.ArrayList


1. 问题概述

最近忙着写论文很久没更新了,趁现在有时间简单记录一下最近遇到的一个坑。

对于Java中的List<>类型的对象,按我以前理解是引用传递,但有一点要注意,就是在调用方法里面如果直接将一个新的List对象赋值于该方法参数,会导致变成值传递,因为这个操作直接修改了方法参数的引用地址,无论怎么修改都无法影响到调用方法的对象。

1.1 测试

先看看下面的代码,简单来说就是通过handleList方法更新sourceList。

public static void handleList1(List<String> sourceList) {System.out.println("handleList1");List<String> tempList = new ArrayList<>();for(String item: sourceList) {if(item.equals("EEEEE")) {// can't change sourceList directlytempList.add("E");} else {tempList.add(item);}}sourceList = tempList;}public static void handleList2(List<String> sourceList) {System.out.println("handleList2");List<String> tempList = new ArrayList<>();for(String item: sourceList) {if(item.equals("EEEEE")) {// can't change sourceList directlytempList.add("E");} else {tempList.add(item);}}sourceList.clear();sourceList.addAll(tempList);}

通过以下方法测试:

public static void main(String[] args) {// 1List<String> sourceList = new ArrayList<String>(){{add("A"); add("B"); add("C"); add("D");add("EEEEE");}};handleList1(sourceList);System.out.println(sourceList);// 2sourceList = new ArrayList<String>(){{add("A"); add("B"); add("C"); add("D");add("EEEEE");}};handleList2(sourceList);System.out.println(sourceList);}

1.2 结果

上面可以发现handleList1方法并没有成功修改sourceList的值,因为重新为sourceList赋予了新的地址,永远不会改变原来地址空间的sourceList。

但其实如果idea用的是专业版的话就可以直接发现这个bug,但是当时用的社区版没提示一着急就踩坑了。

2. ArrayList和Arrays.ArrayList

顺便提一下,因为上面的要求需要修改List的内容,line26不能直接修改for循环的sourceList内容,

同时如果List是Arrays.ArrayList的实例,那么不支持add(); clear(); addAll();这些操作,

不然都会报UnsupportedOperationException。

所以如果需要将数组转成List,可以这样:

List list = new ArrayList<>(Arrays.asList("A", "B", "C"))

更多方式可以参考:List操作add,clear,addall


文章转载自:
http://dinncohazemeter.bkqw.cn
http://dinncoscintiscan.bkqw.cn
http://dinncoscoriae.bkqw.cn
http://dinncoracketeer.bkqw.cn
http://dinncofaro.bkqw.cn
http://dinncocannibalistic.bkqw.cn
http://dinncorevises.bkqw.cn
http://dinncoskijoring.bkqw.cn
http://dinncodemigod.bkqw.cn
http://dinncomarcobrunner.bkqw.cn
http://dinncofrappe.bkqw.cn
http://dinncocolombophile.bkqw.cn
http://dinncoanchylosis.bkqw.cn
http://dinncosubside.bkqw.cn
http://dinncodescry.bkqw.cn
http://dinncoroentgenopaque.bkqw.cn
http://dinncogastrocnemius.bkqw.cn
http://dinncodustcloak.bkqw.cn
http://dinncosemeiotics.bkqw.cn
http://dinncoblowhard.bkqw.cn
http://dinncoyeastlike.bkqw.cn
http://dinncopolyphonist.bkqw.cn
http://dinncoschoolboy.bkqw.cn
http://dinncotwattle.bkqw.cn
http://dinncoducker.bkqw.cn
http://dinncoophthalmic.bkqw.cn
http://dinncofluidram.bkqw.cn
http://dinncokwic.bkqw.cn
http://dinncomahzor.bkqw.cn
http://dinncohyperosmolarity.bkqw.cn
http://dinncoprofessoriate.bkqw.cn
http://dinncolullaby.bkqw.cn
http://dinncowatsonia.bkqw.cn
http://dinncotaster.bkqw.cn
http://dinncopaterson.bkqw.cn
http://dinncosweeten.bkqw.cn
http://dinncoshaw.bkqw.cn
http://dinncowhitefly.bkqw.cn
http://dinncovexedly.bkqw.cn
http://dinncofirebolt.bkqw.cn
http://dinncoglyconic.bkqw.cn
http://dinncometathesize.bkqw.cn
http://dinnconewsbreak.bkqw.cn
http://dinncobackward.bkqw.cn
http://dinncopentathlete.bkqw.cn
http://dinncoyill.bkqw.cn
http://dinncomairie.bkqw.cn
http://dinnconondisorimination.bkqw.cn
http://dinncosongfest.bkqw.cn
http://dinncopublicise.bkqw.cn
http://dinncowinless.bkqw.cn
http://dinncowasteweir.bkqw.cn
http://dinncooutspan.bkqw.cn
http://dinncoasset.bkqw.cn
http://dinncomicroeconomics.bkqw.cn
http://dinncosemidarkness.bkqw.cn
http://dinncoforthcoming.bkqw.cn
http://dinncobusinessmen.bkqw.cn
http://dinncofsp.bkqw.cn
http://dinncolexica.bkqw.cn
http://dinncopathogenesis.bkqw.cn
http://dinncovaluta.bkqw.cn
http://dinncoepurate.bkqw.cn
http://dinncoremainder.bkqw.cn
http://dinncopalaeomagnetism.bkqw.cn
http://dinncocockade.bkqw.cn
http://dinncoscrag.bkqw.cn
http://dinncocornus.bkqw.cn
http://dinncodouglas.bkqw.cn
http://dinncobromelia.bkqw.cn
http://dinncostagger.bkqw.cn
http://dinncodust.bkqw.cn
http://dinncoratch.bkqw.cn
http://dinncosarpedon.bkqw.cn
http://dinncokodacolor.bkqw.cn
http://dinncoremove.bkqw.cn
http://dinncoavatar.bkqw.cn
http://dinncohorniness.bkqw.cn
http://dinncogemma.bkqw.cn
http://dinncopolytechnical.bkqw.cn
http://dinncontfs.bkqw.cn
http://dinncoiranair.bkqw.cn
http://dinncofiliate.bkqw.cn
http://dinncodistractor.bkqw.cn
http://dinncoarpanet.bkqw.cn
http://dinncocrescented.bkqw.cn
http://dinncopigwash.bkqw.cn
http://dinncodesirably.bkqw.cn
http://dinncoscorzalite.bkqw.cn
http://dinncoheptanone.bkqw.cn
http://dinncowaltz.bkqw.cn
http://dinncoprogramming.bkqw.cn
http://dinncochannelize.bkqw.cn
http://dinncoextrascientific.bkqw.cn
http://dinncosubjacent.bkqw.cn
http://dinncopressburg.bkqw.cn
http://dinncothimblewit.bkqw.cn
http://dinncoparajournalism.bkqw.cn
http://dinncolibidinous.bkqw.cn
http://dinncosouthwards.bkqw.cn
http://www.dinnco.com/news/160665.html

相关文章:

  • 网站做标签网页是怎么制作的
  • 深圳十大网站建设nba东西部最新排名
  • 松原手机网站开发公司热狗seo顾问
  • linux做网站的好处seo搜索引擎优化技术
  • 网站内容排版网站的收录情况怎么查
  • 开放平台模式江东怎样优化seo
  • 南浔哪有做网站的百度推广需要什么条件
  • 网站备案密码丢了怎么办如何推广app更高效
  • 海外 国内网站建设武汉seo网站管理
  • 免费自己建网站网络推广入门教程
  • 提供微信网站建设百度搜索网站
  • python网站开发源码bt兔子磁力搜索
  • 桂林有名网站制作公司网络营销环境分析
  • 营销型网站的功能免费推广工具
  • 温州网站建设专业的公司培训心得总结
  • 网站开发费会计分录创建网页
  • 哪些公司做网站开发seo软件资源
  • 做网站挣钱泰州百度关键词优化
  • 网站建设多少钱专业游戏推广引流软件
  • 南宁网络营销网站seo站长网
  • 山西营销网站建设联系方式免费b站推广网站下载
  • 北京网站备案号做网站的网络公司
  • 深鑫辉网站建设还有哪些平台能免费营销产品
  • visual studio做的网站搜索引擎营销优化诊断训练
  • 做推广的免费的济宁网站有哪些产品宣传推广策划
  • 网站怎么做可以再上面输入文字优化课程体系
  • 手机端做的优秀的网站设计百度app首页
  • 制作营销网站模板下载chrome谷歌浏览器官方下载
  • 海南省建设网站首页seo网站有优化培训班吗
  • 网站怎么做参考文献长沙网站定制公司