Class ZipHelper.LazyHolder

  • Enclosing class:
    ZipHelper

    private static class ZipHelper.LazyHolder
    extends java.lang.Object
    Lazy singleton holder.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static ZipHelper INSTANCE
      The singleton instance.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LazyHolder()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • INSTANCE

        static final ZipHelper INSTANCE
        The singleton instance.
    • Constructor Detail

      • LazyHolder

        private LazyHolder()