public class SingletonInstanceProvider<T> extends java.lang.Object implements IProvider<T>
IProvider.ProvidedValueFunction
SingletonInstanceProvider(T instance)
T
get()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SingletonInstanceProvider(T instance)
public T get()
get
IProvider<T>