public abstract class Singleton<T> extends Object
Singleton()
protected abstract T
create()
T
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Singleton()
protected abstract T create()
public final T get()