Class BaseLocal

  • All Implemented Interfaces:
    java.lang.Comparable<ReadablePartial>, ReadablePartial
    Direct Known Subclasses:
    LocalDate, LocalDateTime, LocalTime

    public abstract class BaseLocal
    extends AbstractPartial
    BaseLocal is an abstract implementation of ReadablePartial that use a local milliseconds internal representation.

    This class should generally not be used directly by API users. The ReadablePartial interface should be used when different kinds of partial objects are to be referenced.

    BasePartial subclasses may be mutable and not thread-safe.

    Since:
    1.5