舒远 发表于 2012-9-5 21:51 public class MyTest { public static void main(String[] args) { Integer a=new Integer(5);
梁志冰 发表于 2012-9-5 21:55 什么是享元模式呀?
舒远 发表于 2012-9-5 22:03 装箱与拆箱 Java的 享元模式 在java中有一种 模式叫做 装箱 和拆箱 flyweight 享元模式