public class TypeClosureLazyValueHolder extends LazyValueHolder<Set<Type>>
LazyValueHolder that calculates a type closure. In many cases this
will not be needed, so computing it on demand saves memory and startup time.LazyValueHolder.Serializable<T>| Constructor and Description |
|---|
TypeClosureLazyValueHolder(Type type) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Type> |
computeValue() |
clear, getpublic TypeClosureLazyValueHolder(Type type)
protected Set<Type> computeValue()
computeValue in class LazyValueHolder<Set<Type>>Copyright © 2016. All Rights Reserved.