Boolean
Character
Number
手动装箱
第一种 构造器 手动装箱方法 Deprecated , 会产生不同的 Integer对象 , 提倡 使用 static factory Integer.valueOf()
手动拆箱
自动装箱
底层调用Integer.valueOf()
自动拆箱
底层调用intValue方法
原文:https://www.cnblogs.com/dissipate/p/14995163.html