Class MemoryIO.SingletonHolder

  • Enclosing class:
    MemoryIO

    private static final class MemoryIO.SingletonHolder
    extends java.lang.Object
    Holds a single instance of MemoryIO
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static MemoryIO INSTANCE  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SingletonHolder()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • INSTANCE

        private static final MemoryIO INSTANCE
    • Constructor Detail

      • SingletonHolder

        private SingletonHolder()