摘要: 设计模式-单例模式 阅读全文
posted @ 2021-06-24 15:41 有间猫 阅读(148) 评论(0) 推荐(0) 编辑
摘要: LinkedHashMap浅析 LinkedHashMap的插入有序性 LinkedHashMap是HashMap的一个子类。有很多的方法多是直接继承父类。最主要的区别是LinkedHashMap实现了一个继承HashMap.Node的内部类Entry static class Entry<K,V> 阅读全文
posted @ 2021-06-24 10:32 有间猫 阅读(60) 评论(0) 推荐(0) 编辑