[Floating Clouds of Sky]java essay Records

Source: Internet
Author: User

Vegetable Chicken Study, validation, two points:

1. When invoking a method, the passed parameter is an object, such as objects, which can be directly set to change the original object. such as map,list, can be added directly to the deletion.

List List =new arraylist<> ();

Test (list);

public void Test (list) {

List.add ("1");

}

2. Traverse list, you can set the object directly in the list, do not need to take out to operate alone

List<user> list =new arraylist<user> ();

for (int i=0,s=list.size (); s>i;i++) {

User U=list.get (i);

U.setname ("12");

}

[The Sky]java the clouds]

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.