This class has no concept of a chronology, all methods work on the millisecond instant.
This class should generally not be used directly by API users. The {@link ReadableInstant} interface should be used when different kinds of date/time objects are to be referenced.
Whenever you want to implement ReadableInstant
you should extend this class.
AbstractInstant itself is thread-safe and immutable, but subclasses may be mutable and not thread-safe. @author Stephen Colebourne @author Brian S O'Neill @since 1.0
|
|
|
|