Changed Methods |
int getNanos()
|
Documentation changed from old to new. |
Gets this Timestamp object's nanos value. |
long getTime()
|
Documentation changed from old to new. Method was inherited from Date, but is now defined locally.
|
Returns the number of milliseconds since January 1 1970 00:00:00 GMT represented by this Timestamp object. |
void setNanos(int )
|
Documentation changed from old to new. |
Sets this Timestamp object's nanos field to the given value. |
void setTime(long )
|
Documentation changed from old to new. Method was inherited from Date, but is now defined locally.
|
Sets this Timestamp object to represent a point in time that is time milliseconds after January 1 1970 00:00:00 GMT. |
boolean equals(Object )
|
Documentation changed from old to new. |
Tests to see if this Timestamp object is equal to the given object. |
boolean equals(Timestamp )
|
Documentation changed from old to new. |
Tests to see if this Timestamp object is equal to the given Timestamp object. |