分析 java.util.LinkedHashMap

通过HashMap简单的分析了LinkedHashMap的结构以及工作方式,并通过LinkedHashMap实现了缓存置换算法之一的LRU

你可能感兴趣的:(分析 java.util.LinkedHashMap)