标签:接口 java .class zed 函数 ade ati ima 安全
/** Returns singleton class instance */ public static ImageLoader getInstance() { if (instance == null) { synchronized (ImageLoader.class) { if (instance == null) { instance = new ImageLoader(); } } } return instance; }
标签:接口 java .class zed 函数 ade ati ima 安全
原文地址:http://www.cnblogs.com/zhchoutai/p/7141949.html