單例設計模式懶漢式

/**  * @author :wtf  * @version 建立時間:2018年1月30日 下午4:58:45  * 類說明:  */ public class Singleton { private static Singleton inter; private Singleton() { super(); // TODO Auto-generated constructor stub }
相關文章
相關標籤/搜索