java核心基础--jdk源码分析学习--Integer

java.lang.Integer 1. final类 public final class Integer 2. 内部value存储值 private final int value; 3. hashCode返回自身的value值 4. 内部类IntegerCache 加速自动装箱(调用valueOf()) 默认范围-128 and 127 -XX:AutoBoxCacheMax=可设置Inte
相关文章
相关标签/搜索