mam.utility
Class HardAgedEntry

mam.utility.AgedEntry
  |
  +--mam.utility.HardAgedEntry

public class HardAgedEntry
extends AgedEntry


Field Summary
 private Objectm_entry
           

Fields inherited from class mam.utility.AgedEntry
DEFAULT_STARTING_AGE

Constructor Summary
HardAgedEntry(Object entry)
           

Method Summary
 ObjectgetEntry()
           
 protected voidsetEntry(Object entry)
           
 StringtoDebugString()
           

Methods inherited from class mam.utility.AgedEntry
getAge, halfAge, hashCode, isExpired, setAge

Field Detail

m_entry

private Object m_entry
Constructor Detail

HardAgedEntry

public HardAgedEntry(Object entry)
Method Detail

getEntry

public Object getEntry()

setEntry

protected void setEntry(Object entry)

toDebugString

public String toDebugString()