Jesseylove

导航

2017年11月3日 #

单例模式 延时加载

摘要: public class Singleton{ private static class SingletonLazyLoad { static Singleton instance=new Singleton();//Singleton类定义实例对象,类名与实例名都可以自己定义 } private 阅读全文

posted @ 2017-11-03 15:57 Jesseylove 阅读(325) 评论(0) 推荐(0)