public class Singleton extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static Singleton |
uniqueInstance |
Modifier | Constructor and Description |
---|---|
protected |
Singleton() |
Modifier and Type | Method and Description |
---|---|
static Singleton |
getInstance() |
protected static Singleton uniqueInstance
protected Singleton()
public static Singleton getInstance()