包装类-Integer

Alt text

Alt text

Alt text 三元运算符是一个整体,其中的Double把精度提高了

Integer

Alt text 这里需要看源码,知道自动装箱是如何实现的:

Integer m = 1;

底层还是调用的Integer.valueOf() Alt text Alt text 所以在范围-128~127以内是直接返回的,范围外的是new一个新的对象

Integer面试题

Alt text


本文章使用limfx的vscode插件快速发布