mam.utility
Class AgedEntry
- Direct Known Subclasses:
- HardAgedEntry
- public class AgedEntry
DEFAULT_STARTING_AGE
public static int DEFAULT_STARTING_AGE
m_age
private int m_age
m_entry
private SoftReference m_entry
AgedEntry
public AgedEntry()
AgedEntry
public AgedEntry(Object entry)
getAge
public int getAge()
getEntry
public Object getEntry()
halfAge
public void halfAge()
hashCode
public int hashCode()
isExpired
public boolean isExpired()
setAge
public void setAge(int age)
setEntry
protected void setEntry(Object entry)
toDebugString
public String toDebugString()