LinkedHashMap 排序模式accessOrder-----LRU算法

在看LinkedHashMap源碼時,能夠發現讀取操做的get()方法頗有意思。 代碼以下java public V get(Object key) { Entry<K,V> e = (Entry<K,V>)getEntry(key); if (e == null) return null; e.recordAccess(th
相關文章
相關標籤/搜索