|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--res.Time
Un oggetto Time rappresenta un intervallo di tempo espresso in millisecondi. Il metodo toString restituisce la rappresentazione pił intuitiva hh:mm:ss.
Field Summary | |
protected long |
msec
|
Constructor Summary | |
Time(long msec)
|
Method Summary | |
void |
add(Time y)
|
void |
sub(Time y)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected long msec
Constructor Detail |
public Time(long msec)
Method Detail |
public void add(Time y)
public void sub(Time y)
public java.lang.String toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |