private class MruMap.InnerMruList extends MruList
MruList.MruEntry, MruList.MruIterator
Constructor and Description |
---|
MruMap.InnerMruList(long size,
long timeout)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
expireEntry(java.lang.Object obj)
Remove the entry from the MruList
|
protected void |
truncateEntry(java.lang.Object obj)
Remove the object from the MruList
|
access, add, addAll, clear, contains, containsAll, expireEntries, getLastAccessTime, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, truncateEntries
public MruMap.InnerMruList(long size, long timeout)
size
- the sizetimeout
- the timeoutprotected void truncateEntry(java.lang.Object obj)
truncateEntry
in class MruList
obj
- the objectprotected void expireEntry(java.lang.Object obj)
expireEntry
in class MruList
obj
- expire the entry