摘要:
public class Singleton { // Private constructor prevents instantiation from other classes private Singleton() { } /** * SingletonHolder is loaded on the first execution of Singleton.getInstance() * or the first access to SingletonHolder.INSTANCE, not before. ... 阅读全文
posted @ 2013-06-19 10:17
蓝少泽
阅读(313)
评论(0)
推荐(0)
浙公网安备 33010602011771号