private static class SimpleLruCache.Entry<K,V>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private K |
key |
private long |
lastAccessed |
private long |
lastAccessedSorting |
private V |
value |
Constructor and Description |
---|
Entry(K key,
V value,
long lastAccessed) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
copyAccessTime() |
java.lang.String |
toString() |