{"id":1201,"date":"2022-10-26T23:03:48","date_gmt":"2022-10-26T15:03:48","guid":{"rendered":"https:\/\/qaqaq.top\/?p=1201"},"modified":"2022-11-27T12:39:48","modified_gmt":"2022-11-27T04:39:48","slug":"%e9%9b%86%e5%90%88-list%e7%9a%84%e4%b8%80%e4%b8%aa%e9%9d%a2%e8%af%95%e5%b0%8f%e9%a2%98","status":"publish","type":"post","link":"https:\/\/qaqaq.top\/?p=1201","title":{"rendered":"\u96c6\u5408-List\u7684\u4e00\u4e2a\u9762\u8bd5\u5c0f\u9898"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P534;\r\n\r\nimport org.junit.jupiter.api.Test;\r\n\r\nimport java.util.ArrayList;\r\nimport java.util.List;\r\n\r\n\/**\r\n * @author RichieZhang\r\n * @create 2022-10-26 \u4e0b\u5348 7:18\r\n *\/\r\npublic class ListExer {\r\n\r\n    \/*\r\n    \u533a\u5206List\u4e2dremove(int index)\u548cremove(Object obj)\r\n\r\n     *\/\r\n\r\n    @Test\r\n    public void testListRemove() {\r\n        List list = new ArrayList();\r\n        list.add(1);\r\n        list.add(2);\r\n        list.add(3);\r\n        updateList(list);\r\n        System.out.println(list);\/\/\r\n    }\r\n    private void updateList(List list) {\r\n\/\/        list.remove(2);\r\n\/\/        list.remove(new Integer(2));\r\n        list.remove(Integer.valueOf(2));\r\n    }\r\n}\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[46],"class_list":["post-1201","post","type-post","status-publish","format-standard","hentry","category-java-code","tag-java"],"_links":{"self":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/1201"}],"collection":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1201"}],"version-history":[{"count":1,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/1201\/revisions"}],"predecessor-version":[{"id":1202,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/1201\/revisions\/1202"}],"wp:attachment":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1201"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1201"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}