Class Singleton


  • public final class Singleton
    extends java.lang.Object
    Represents a singleton
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Singleton ONLY  
    • Method Summary

      • Methods inherited from class java.lang.Object

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