org.jboss.weld.util
Class LazyValueHolder<T>
java.lang.Object
org.jboss.weld.util.LazyValueHolder<T>
- Direct Known Subclasses:
- TypeClosureLazyValueHolder
public abstract class LazyValueHolder<T>
- extends Object
Represents a lazily computed value.
- Author:
- Stuart Douglas
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyValueHolder
public LazyValueHolder()
get
public T get()
clear
public void clear()
computeValue
protected abstract T computeValue()
Copyright © 2013 Seam Framework. All Rights Reserved.