Class LazyValue<T>

  • Type Parameters:
    T - the type of the lazy initalized value.

    public final class LazyValue<T>
    extends java.lang.Object
    A lazy initialized value that is initialized once when retrieved. Not thread safe.