|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.onemind.commons.java.datastructure.MruList
org.onemind.commons.java.datastructure.MruMap.InnerMruList
private class MruMap.InnerMruList
For MruMap implementation
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.onemind.commons.java.datastructure.MruList |
|---|
MruList.MruEntry, MruList.MruIterator |
| Constructor Summary | |
|---|---|
MruMap.InnerMruList(long size,
long timeout)
Constructor |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.onemind.commons.java.datastructure.MruList |
|---|
access, add, addAll, clear, contains, containsAll, expireEntries, getLastAccessTime, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, truncateEntries |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public MruMap.InnerMruList(long size,
long timeout)
size - the sizetimeout - the timeout| Method Detail |
|---|
protected 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||