`
byk
  • 浏览: 953 次
  • 来自: ...
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
public class Something { private Something() { } private static class LazyHolder { private static final Something INSTANCE = new Something(); } public static Something getInstance() { return LazyHolder.INSTANCE; } }
Global site tag (gtag.js) - Google Analytics