Package org.joda.time

Class DateTimeZone.LazyInit

java.lang.Object
org.joda.time.DateTimeZone.LazyInit
Enclosing class:
DateTimeZone

static final class DateTimeZone.LazyInit extends Object
Lazy initialization to avoid a synchronization lock.
  • Field Details

    • CONVERSION_MAP

      static final Map<String,String> CONVERSION_MAP
      Cache of old zone IDs to new zone IDs
    • OFFSET_FORMATTER

      static final DateTimeFormatter OFFSET_FORMATTER
      Time zone offset formatter.
  • Constructor Details

    • LazyInit

      LazyInit()
  • Method Details