private class MruMap.InnerMruList extends MruList
MruList.MruEntry, MruList.MruIterator| Constructor and Description |
|---|
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, truncateEntriespublic InnerMruList(long size,
long timeout)
size - the sizetimeout - the timeoutprotected void truncateEntry(java.lang.Object obj)
truncateEntry in class MruListobj - the objectprotected void expireEntry(java.lang.Object obj)
expireEntry in class MruListobj - expire the entry