{"id":494,"date":"2023-11-30T13:24:01","date_gmt":"2023-11-30T05:24:01","guid":{"rendered":"http:\/\/mapleleaf666.vip\/?p=494"},"modified":"2023-11-30T15:19:18","modified_gmt":"2023-11-30T07:19:18","slug":"java%e6%80%bb%e7%bb%93%ef%bc%881%ef%bc%89-java%e5%9f%ba%e7%a1%80","status":"publish","type":"post","link":"http:\/\/mapleleaf666.vip\/?p=494","title":{"rendered":"Java\u603b\u7ed3\uff081\uff09&#8211;Java\u57fa\u7840"},"content":{"rendered":"\n<p>\u672c\u6587\u4e3b\u8981\u7528\u4e8e\u8bb0\u5f55\u5e38\u89c1\u7684Java\u57fa\u7840\u77e5\u8bc6\u7684\u7ec6\u8282\u95ee\u9898\uff0c\u4f1a\u4e0d\u65ad\u66f4\u65b0\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u5305\u88c5\u7c7b\u578b<\/h3>\n\n\n\n<p>\u57fa\u7840\u7c7b\u578b\u4e4b\u95f4==\u6bd4\u8f83\u7684\u662f\u503c\uff0c\u800c\u5305\u88c5\u7c7b\u578b\u4e4b\u95f4==\u6bd4\u8f83\u7684\u662f\u4e24\u4e2a\u5bf9\u8c61\u7684\u5185\u5b58\u5730\u5740\uff0c\u9700\u8981\u901a\u8fc7.equal\u6765\u6bd4\u8f83\u503c<\/p>\n\n\n\n<p>\u57fa\u672c\u6570\u636e\u7c7b\u578b\u7684\u5305\u88c5\u7c7b\u578b\u90fd\u901a\u8fc7\u7f13\u5b58\u673a\u5236\u6765\u63d0\u5347\u6027\u80fd\uff0c<code>Byte<\/code>,<code>Short<\/code>,<code>Integer<\/code>,<code>Long<\/code> \u8fd9 4 \u79cd\u5305\u88c5\u7c7b\u9ed8\u8ba4\u521b\u5efa\u4e86\u6570\u503c <strong>[-128\uff0c127]<\/strong> \u7684\u76f8\u5e94\u7c7b\u578b\u7684\u7f13\u5b58\u6570\u636e\uff0c<code>Character<\/code> \u521b\u5efa\u4e86\u6570\u503c\u5728 <strong>[0,127]<\/strong> \u8303\u56f4\u7684\u7f13\u5b58\u6570\u636e\uff0c<code>Boolean<\/code> \u76f4\u63a5\u8fd4\u56de <code>True<\/code> or <code>False<\/code>\u3002\u4ee5Integer\u4e3a\u4f8b\uff1apublic static Integer valueOf(int i) {<br>&nbsp; &nbsp;if (i &gt;= IntegerCache.low &amp;&amp; i &lt;= IntegerCache.high)<br>&nbsp; &nbsp; &nbsp; &nbsp;return IntegerCache.cache[i + (-IntegerCache.low)];<br>&nbsp; &nbsp;return new Integer(i);<br>}<br>private static class IntegerCache {<br>&nbsp; &nbsp;static final int low = -128;<br>&nbsp; &nbsp;static final int high;<br>&nbsp; &nbsp;static {<br>&nbsp; &nbsp; &nbsp; &nbsp;\/\/ high value may be configured by property<br>&nbsp; &nbsp; &nbsp; &nbsp;int h = 127;<br>&nbsp; }<br>}<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u6df1\u62f7\u8d1d\u6d45\u62f7<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='http:\/\/mapleleaf666.vip\/wp-content\/uploads\/2023\/11\/shallowdeep-copy-1024x284.png'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"284\" data-original=\"http:\/\/mapleleaf666.vip\/wp-content\/uploads\/2023\/11\/shallowdeep-copy-1024x284.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-495\"  sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/div><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">\u5bf9\u8c61<\/h3>\n\n\n\n<p><strong><code>==<\/code><\/strong> \u5bf9\u4e8e\u57fa\u672c\u7c7b\u578b\u548c\u5f15\u7528\u7c7b\u578b\u7684\u4f5c\u7528\u6548\u679c\u662f\u4e0d\u540c\u7684\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u5bf9\u4e8e\u57fa\u672c\u6570\u636e\u7c7b\u578b\u6765\u8bf4\uff0c<code>==<\/code> \u6bd4\u8f83\u7684\u662f\u503c\u3002<\/li>\n\n\n\n<li>\u5bf9\u4e8e\u5f15\u7528\u6570\u636e\u7c7b\u578b\u6765\u8bf4\uff0c<code>==<\/code> \u6bd4\u8f83\u7684\u662f\u5bf9\u8c61\u7684\u5185\u5b58\u5730\u5740\u3002<\/li>\n<\/ul>\n\n\n\n<p><code>String<\/code> \u4e2d\u7684 <code>equals<\/code> \u65b9\u6cd5\u662f\u88ab\u91cd\u5199\u8fc7\u7684\uff0c\u56e0\u4e3a <code>Object<\/code> \u7684 <code>equals<\/code> \u65b9\u6cd5\u662f\u6bd4\u8f83\u7684\u5bf9\u8c61\u7684\u5185\u5b58\u5730\u5740\uff0c\u800c <code>String<\/code> \u7684 <code>equals<\/code> \u65b9\u6cd5\u6bd4\u8f83\u7684\u662f\u5bf9\u8c61\u7684\u503c\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">hashCode\uff08\uff09<\/h3>\n\n\n\n<p>\u83b7\u53d6\u54c8\u5e0c\u7801\uff0c\u786e\u8ba4\u5bf9\u8c61\u5728\u54c8\u5e0c\u8868\u4e2d\u7684\u4f4d\u7f6e\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u5185\u90e8\u7c7b<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><div class='fancybox-wrapper lazyload-container-unload' data-fancybox='post-images' href='http:\/\/mapleleaf666.vip\/wp-content\/uploads\/2023\/11\/java\u5185\u90e8\u7c7b-814x1024.png'><img class=\"lazyload lazyload-style-1\" src=\"data:image\/svg+xml;base64,PCEtLUFyZ29uTG9hZGluZy0tPgo8c3ZnIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmZmZmMDAiPjxnPjwvZz4KPC9zdmc+\"  loading=\"lazy\" decoding=\"async\" width=\"814\" height=\"1024\" data-original=\"http:\/\/mapleleaf666.vip\/wp-content\/uploads\/2023\/11\/java\u5185\u90e8\u7c7b-814x1024.png\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB\/AAffA0nNPuCLAAAAAElFTkSuQmCC\" alt=\"\" class=\"wp-image-513\"  sizes=\"auto, (max-width: 814px) 100vw, 814px\" \/><\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>\u672c\u6587\u4e3b\u8981\u7528\u4e8e\u8bb0\u5f55\u5e38\u89c1\u7684Java\u57fa\u7840\u77e5\u8bc6\u7684\u7ec6\u8282\u95ee\u9898\uff0c\u4f1a\u4e0d\u65ad\u66f4\u65b0\u3002 \u5305\u88c5\u7c7b\u578b \u57fa\u7840\u7c7b\u578b\u4e4b\u95f4==\u6bd4\u8f83\u7684\u662f\u503c\uff0c\u800c\u5305\u88c5\u7c7b [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":169,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[33],"class_list":["post-494","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-note","tag-java"],"_links":{"self":[{"href":"http:\/\/mapleleaf666.vip\/index.php?rest_route=\/wp\/v2\/posts\/494","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/mapleleaf666.vip\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/mapleleaf666.vip\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/mapleleaf666.vip\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/mapleleaf666.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=494"}],"version-history":[{"count":2,"href":"http:\/\/mapleleaf666.vip\/index.php?rest_route=\/wp\/v2\/posts\/494\/revisions"}],"predecessor-version":[{"id":514,"href":"http:\/\/mapleleaf666.vip\/index.php?rest_route=\/wp\/v2\/posts\/494\/revisions\/514"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/mapleleaf666.vip\/index.php?rest_route=\/wp\/v2\/media\/169"}],"wp:attachment":[{"href":"http:\/\/mapleleaf666.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=494"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/mapleleaf666.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=494"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/mapleleaf666.vip\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=494"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}