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(Type type) |
Modifier and Type | Method and Description |
---|---|
protected Set<Type> |
computeValue() |
clear, get
public TypeClosureLazyValueHolder(Type type)
protected Set<Type> computeValue()
computeValue
in class LazyValueHolder<Set<Type>>
Copyright © 2016. All rights reserved.