摘要: public class RecyclableObject { /** * 对象池的大小 如果对象池满 则不会再将东西加入进去 */ private static final int MAX_POOL_SIZE = 50; /** * 代表是否该对象已经在对象池里 */ private static 阅读全文
posted @ 2018-08-15 15:55 lightverse 阅读(286) 评论(0) 推荐(0) 编辑