public class Lazy<T> extends Object
private Supplier<T>
supplier
private T
value
Lazy(Supplier<T> delegate)
T
get()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private Supplier<T> supplier
private T value
public Lazy(Supplier<T> delegate)
public T get()