public class DateObj<T> extends java.lang.Object implements DateHolder
Modifier and Type | Method and Description |
---|---|
long |
getDate()
Get the date the object holds.
|
T |
getValue() |
public DateObj(long date, T value)
public long getDate()
DateHolder
getDate
in interface DateHolder
public T getValue()