摘要: 单例饱汉模式public class Singleton { private static Singleton instance = new Singleton(); private Singleton() {} public static Singleton ge... 阅读全文
posted @ 2015-09-28 00:30 踮起脚尖眺望 阅读(137) 评论(0) 推荐(0) 编辑