|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nodal.util.TimestampImpl
Constructor Summary | |
TimestampImpl()
|
|
TimestampImpl(java.lang.String s)
|
Method Summary | |
int |
compareTo(java.lang.Object obj)
|
Duration |
difference(Timestamp other)
|
double |
secondsFromEpoch()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TimestampImpl()
public TimestampImpl(java.lang.String s) throws java.text.ParseException
Method Detail |
public java.lang.String toString()
public Duration difference(Timestamp other)
difference
in interface Timestamp
public double secondsFromEpoch()
secondsFromEpoch
in interface Timestamp
public int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |