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.| Constructor and Description |
|---|
TypeClosureLazyValueHolder(Set<Type> types) |
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 © 2014. All Rights Reserved.