com.timeindexing.time
Class ZeroTimestamp

java.lang.Object
  extended bycom.timeindexing.time.MillisecondTimestamp
      extended bycom.timeindexing.time.ZeroTimestamp
All Implemented Interfaces:
Absolute, AbsoluteTimestamp, MillisecondScale, Scale, java.io.Serializable, Timestamp, Value

public final class ZeroTimestamp
extends MillisecondTimestamp
implements Timestamp, java.io.Serializable

A timestamp that is only zero

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.timeindexing.time.MillisecondTimestamp
BEFORE_EPOCH
 
Fields inherited from interface com.timeindexing.time.Timestamp
ELAPSED_MICROSECOND, ELAPSED_MICROSECOND_SIGN, ELAPSED_MILLISECOND, ELAPSED_MILLISECOND_SIGN, ELAPSED_NANOSECOND, ELAPSED_NANOSECOND_SIGN, ELAPSED_SECOND, ELAPSED_SECOND_SIGN, ELAPSED_UNITS, ELAPSED_UNITS_SIGN, EXTENDED, EXTENDED_2, EXTENDED_3, EXTENDED_4, MICROSECOND, MICROSECOND_SIGN, MILLISECOND, MILLISECOND_SIGN, NANOSECOND, NANOSECOND_SIGN, SECOND, SECOND_SIGN, SPARE_3E, SPARE_3E_SIGN, SPARE_FD, SPARE_FD_SIGN, SPARE_FE, SPARE_FE_SIGN, TOP_2_MASK, TOP_4_MASK, TOP_6_MASK, TOP_8_MASK, ZERO
 
Constructor Summary
protected ZeroTimestamp()
           
 
Method Summary
 java.lang.String toString()
          Get the toString() version of a ZeroTimestamp.
 
Methods inherited from class com.timeindexing.time.MillisecondTimestamp
getNanoSeconds, getSeconds, isAfterEpoch, isBeforeEpoch, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.timeindexing.time.Timestamp
getNanoSeconds, getSeconds
 
Methods inherited from interface com.timeindexing.basic.Value
value
 

Constructor Detail

ZeroTimestamp

protected ZeroTimestamp()
Method Detail

toString

public java.lang.String toString()
Get the toString() version of a ZeroTimestamp.

Overrides:
toString in class MillisecondTimestamp