摘要:
/** * * VacantCell:代表空的cells,由多个cell组成,将其实现为一个cell池,减少对象的创建 * */ static final class VacantCell{ private static final int POOL_SIZE = 100; //池最多缓存... 阅读全文
posted @ 2014-07-30 16:00
DragonDancing
阅读(325)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2014-07-30 11:35
DragonDancing
阅读(128)
评论(0)
推荐(0)
浙公网安备 33010602011771号