Class Dictionary.DataHolder0

  • Enclosing class:
    Dictionary

    private static class Dictionary.DataHolder0
    extends java.lang.Object
    "Initialization-on-demand holder idiom" implementation.

    This static class definition is not initialized until the JVM determines that it must be executed (when the static method getData() is invoked).

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private DataHolder0()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.String getData()  
      • Methods inherited from class java.lang.Object

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

      • DataHolder0

        private DataHolder0()
    • Method Detail

      • getData

        static java.lang.String getData()