mam.utility
Class AgedMap
- public class AgedMap
Field Summary |
protected Map | m_map |
m_map
protected Map m_map
AgedMap
public AgedMap()
containsKey
public boolean containsKey(Object key)
freshen
public void freshen(Object key)
getEntries
public Collection getEntries()
getExpiredEntries
public Collection getExpiredEntries()
getMap
protected Map getMap()
halfLife
public void halfLife()
put
public void put(Object key, Object value)
put
public void put(Object key, AgedEntry entry)
remove
public void remove(Object key)
removeExpiredEntries
public void removeExpiredEntries()
setMap
protected void setMap(Map map)
toDebugString
public String toDebugString()