Package org.joda.time

Class DateTimeZone.LazyInit

  • Enclosing class:
    DateTimeZone

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

      Fields 
      Modifier and Type Field Description
      (package private) static java.util.Map<java.lang.String,​java.lang.String> CONVERSION_MAP
      Cache of old zone IDs to new zone IDs
      (package private) static DateTimeFormatter OFFSET_FORMATTER
      Time zone offset formatter.
    • Constructor Summary

      Constructors 
      Constructor Description
      LazyInit()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static DateTimeFormatter buildFormatter()  
      private static java.util.Map<java.lang.String,​java.lang.String> buildMap()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CONVERSION_MAP

        static final java.util.Map<java.lang.String,​java.lang.String> CONVERSION_MAP
        Cache of old zone IDs to new zone IDs
      • OFFSET_FORMATTER

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

      • LazyInit

        LazyInit()
    • Method Detail

      • buildMap

        private static java.util.Map<java.lang.String,​java.lang.String> buildMap()