public abstract class LazyValueHolder<T> extends Object implements ValueHolder<T>
Modifier and Type | Class and Description |
---|---|
static class |
LazyValueHolder.Serializable<T>
LazyValueHolder that implements Serializable . |
Constructor and Description |
---|
LazyValueHolder() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
protected abstract T |
computeValue() |
T |
get() |
public T get()
get
in interface ValueHolder<T>
public void clear()
protected abstract T computeValue()
Copyright © 2021. All rights reserved.