Class LRUCache.LRUCacheEntry<K,V>

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.LRUCache.LRUCacheEntry<K,V>
Enclosing class:
LRUCache<K,V>

public static class LRUCache.LRUCacheEntry<K,V> extends Object
This type is used internally by the LRUCache to represent entries stored in the cache. It is static because it does not require a pointer to the cache which contains it.
See Also: