|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecteu.reservoir.monitoring.core.Timestamp
public class Timestamp
A timestamp.
| Constructor Summary | |
|---|---|
Timestamp(long t)
Construct a Timestamp. |
|
| Method Summary | |
|---|---|
Timestamp |
minus(Timestamp t)
Do this_timestamp - other_timestamp. |
Timestamp |
plus(Timestamp t)
Do this_timestamp + other_timestamp. |
java.lang.String |
toString()
To String. |
long |
value()
Get the value of a timestamp. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Timestamp(long t)
| Method Detail |
|---|
public long value()
public Timestamp minus(Timestamp t)
public Timestamp plus(Timestamp t)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||