public static class $.LRUCache<K,V> extends Object
LRUCache(int capacity)
V
get(K key)
void
remove($.Node n)
set(K key, V value)
setHead($.Node n)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LRUCache(int capacity)
public V get(K key)
public void remove($.Node n)
public void setHead($.Node n)
public void set(K key, V value)
Copyright © 2018. All rights reserved.