《effective java》之一:建立和銷燬對象

第1條:考慮用靜態工廠方法代替構造器:java   public class Services { private Services() { } // Prevents instantiation (Item 4) // Maps service names to services private static final Map<String, Provider> providers
相關文章
相關標籤/搜索