懶漢模式

public class AA { private AA s=null; private AA(){ } public AA eat(){ if(s==null){ s= new AA(); } return s; } }
相關文章
相關標籤/搜索