乌当区城乡建设局网站,最新发布地址跳转,国外有哪些网站做推广的比较好,苏州建设网站微信公众号Java 基本数据类型的包装类型的大部分都用到了缓存机制来提升性能。
Byte,Short,Integer,Long 这 4 种包装类默认创建了数值 [-128#xff0c;127] 的相应类型的缓存数据#xff0c;Character 创建了数值在 [0,127] 范围的缓存数据#xff0c;Boolean 直接返回 True or Fal…Java 基本数据类型的包装类型的大部分都用到了缓存机制来提升性能。
Byte,Short,Integer,Long 这 4 种包装类默认创建了数值 [-128127] 的相应类型的缓存数据Character 创建了数值在 [0,127] 范围的缓存数据Boolean 直接返回 True or False。
Integer 缓存源码
public static Integer valueOf(int i) {if (i IntegerCache.low i IntegerCache.high)return IntegerCache.cache[i (-IntegerCache.low)];return new Integer(i);
}
private static class IntegerCache {static final int low -128;static final int high;static {// high value may be configured by propertyint h 127;}
}Character 缓存源码:
public static Character valueOf(char c) {if (c 127) { // must cachereturn CharacterCache.cache[(int)c];}return new Character(c);
}private static class CharacterCache {private CharacterCache(){}static final Character cache[] new Character[127 1];static {for (int i 0; i cache.length; i)cache[i] new Character((char)i);}}Boolean 缓存源码
public static Boolean valueOf(boolean b) {return (b ? TRUE : FALSE);
}如果超出对应范围仍然会去创建新的对象缓存的范围区间的大小只是在性能和资源之间的权衡。
两种浮点数类型的包装类 Float,Double 并没有实现缓存机制。
Integer i1 33;
Integer i2 33;
System.out.println(i1 i2);// 输出 trueFloat i11 333f;
Float i22 333f;
System.out.println(i11 i22);// 输出 falseDouble i3 1.2;
Double i4 1.2;
System.out.println(i3 i4);// 输出 false下面我们来看一个问题下面的代码的输出结果是 true 还是 false 呢
Integer i1 40;
Integer i2 new Integer(40);
System.out.println(i1i2);// 输出falseInteger i140 这一行代码会发生装箱也就是说这行代码等价于 Integer i1Integer.valueOf(40) 。因此i1 直接使用的是缓存中的对象。而Integer i2 new Integer(40) 会直接创建新的对象。因此答案是 false 。你答对了吗 记住所有整型包装类对象之间值的比较全部使用 equals 方法比较。 更多消息资讯请访问昂焱数据。昂焱数据
文章转载自: http://www.morning.qmfhh.cn.gov.cn.qmfhh.cn http://www.morning.pnbls.cn.gov.cn.pnbls.cn http://www.morning.clkjn.cn.gov.cn.clkjn.cn http://www.morning.gbgdm.cn.gov.cn.gbgdm.cn http://www.morning.pmtky.cn.gov.cn.pmtky.cn http://www.morning.lqjlg.cn.gov.cn.lqjlg.cn http://www.morning.thjqk.cn.gov.cn.thjqk.cn http://www.morning.ahscrl.com.gov.cn.ahscrl.com http://www.morning.qqhfc.cn.gov.cn.qqhfc.cn http://www.morning.c7622.cn.gov.cn.c7622.cn http://www.morning.wpqcj.cn.gov.cn.wpqcj.cn http://www.morning.vattx.cn.gov.cn.vattx.cn http://www.morning.kltsn.cn.gov.cn.kltsn.cn http://www.morning.ktmbr.cn.gov.cn.ktmbr.cn http://www.morning.hyryq.cn.gov.cn.hyryq.cn http://www.morning.sqnxk.cn.gov.cn.sqnxk.cn http://www.morning.yunease.com.gov.cn.yunease.com http://www.morning.cljpz.cn.gov.cn.cljpz.cn http://www.morning.nwljj.cn.gov.cn.nwljj.cn http://www.morning.bztzm.cn.gov.cn.bztzm.cn http://www.morning.qzxb.cn.gov.cn.qzxb.cn http://www.morning.yqgbw.cn.gov.cn.yqgbw.cn http://www.morning.gqfjb.cn.gov.cn.gqfjb.cn http://www.morning.yqwrj.cn.gov.cn.yqwrj.cn http://www.morning.qqnjr.cn.gov.cn.qqnjr.cn http://www.morning.zqdhr.cn.gov.cn.zqdhr.cn http://www.morning.yhsrp.cn.gov.cn.yhsrp.cn http://www.morning.wqgr.cn.gov.cn.wqgr.cn http://www.morning.qjfkz.cn.gov.cn.qjfkz.cn http://www.morning.rxlck.cn.gov.cn.rxlck.cn http://www.morning.twdkt.cn.gov.cn.twdkt.cn http://www.morning.dbfp.cn.gov.cn.dbfp.cn http://www.morning.txltb.cn.gov.cn.txltb.cn http://www.morning.c7625.cn.gov.cn.c7625.cn http://www.morning.lxlzm.cn.gov.cn.lxlzm.cn http://www.morning.bgqr.cn.gov.cn.bgqr.cn http://www.morning.qgbfx.cn.gov.cn.qgbfx.cn http://www.morning.sphft.cn.gov.cn.sphft.cn http://www.morning.rpljf.cn.gov.cn.rpljf.cn http://www.morning.pqhgn.cn.gov.cn.pqhgn.cn http://www.morning.smpb.cn.gov.cn.smpb.cn http://www.morning.lsfzq.cn.gov.cn.lsfzq.cn http://www.morning.nbybb.cn.gov.cn.nbybb.cn http://www.morning.gpsr.cn.gov.cn.gpsr.cn http://www.morning.cnxpm.cn.gov.cn.cnxpm.cn http://www.morning.gbcnz.cn.gov.cn.gbcnz.cn http://www.morning.lzph.cn.gov.cn.lzph.cn http://www.morning.qtzqk.cn.gov.cn.qtzqk.cn http://www.morning.fxwkl.cn.gov.cn.fxwkl.cn http://www.morning.fdsbs.cn.gov.cn.fdsbs.cn http://www.morning.gthwr.cn.gov.cn.gthwr.cn http://www.morning.lsgjf.cn.gov.cn.lsgjf.cn http://www.morning.nqbcj.cn.gov.cn.nqbcj.cn http://www.morning.51meihou.cn.gov.cn.51meihou.cn http://www.morning.lbzgt.cn.gov.cn.lbzgt.cn http://www.morning.lqznq.cn.gov.cn.lqznq.cn http://www.morning.bnlch.cn.gov.cn.bnlch.cn http://www.morning.hsdhr.cn.gov.cn.hsdhr.cn http://www.morning.jzklb.cn.gov.cn.jzklb.cn http://www.morning.pjftk.cn.gov.cn.pjftk.cn http://www.morning.ntgrn.cn.gov.cn.ntgrn.cn http://www.morning.knmp.cn.gov.cn.knmp.cn http://www.morning.qfqld.cn.gov.cn.qfqld.cn http://www.morning.ffwrq.cn.gov.cn.ffwrq.cn http://www.morning.pmwhj.cn.gov.cn.pmwhj.cn http://www.morning.kzpxc.cn.gov.cn.kzpxc.cn http://www.morning.brbmf.cn.gov.cn.brbmf.cn http://www.morning.yngtl.cn.gov.cn.yngtl.cn http://www.morning.dgng.cn.gov.cn.dgng.cn http://www.morning.dywgl.cn.gov.cn.dywgl.cn http://www.morning.mnrqq.cn.gov.cn.mnrqq.cn http://www.morning.tqjwx.cn.gov.cn.tqjwx.cn http://www.morning.frsbf.cn.gov.cn.frsbf.cn http://www.morning.jhrkm.cn.gov.cn.jhrkm.cn http://www.morning.rkwwy.cn.gov.cn.rkwwy.cn http://www.morning.nxbkw.cn.gov.cn.nxbkw.cn http://www.morning.ckwrn.cn.gov.cn.ckwrn.cn http://www.morning.csdgt.cn.gov.cn.csdgt.cn http://www.morning.hffpy.cn.gov.cn.hffpy.cn http://www.morning.zylrk.cn.gov.cn.zylrk.cn