单例模式 枚举方式
摘要:
enum Singleton { INSTANCE; public void m() { System.out.println("test"); } } 阅读全文
posted @ 2022-04-14 11:59 金满仓 阅读(12) 评论(0) 推荐(0) 编辑
posted @ 2022-04-14 11:59 金满仓 阅读(12) 评论(0) 推荐(0) 编辑
posted @ 2022-04-14 11:57 金满仓 阅读(11) 评论(0) 推荐(0) 编辑
posted @ 2022-04-14 11:55 金满仓 阅读(45) 评论(0) 推荐(0) 编辑