随笔分类 -  单例

摘要:恶汉模式public class hungrysingleton implements Serializable{ private final static hungrysingleton h; static { h=new hungrysingleton(); } private hungrysi 阅读全文
posted @ 2019-06-20 23:42 黑魔法os 阅读(127) 评论(0) 推荐(0)