What is the purpose of replaceAll() method of List interface?

前端 未结 0 1518
既然无缘
既然无缘 2021-01-20 15:29

If we declare an object with Collection reference type and call replacAll() on this object- Collection al = new ArrayList<>(); al.replaceAll(param);

相关标签:
回答
  • 消灭零回复
提交回复
热议问题