| Package | Description | 
|---|---|
| oracle.javatools.util.deferred | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OneCallThunk<T>
A version of Thunk that only stores the result for one call, this
 can be useful for debugging purposes. 
 | 
class  | 
SoftThunk<T>
A version of Thunk that only stores the result softly so that
 it is possible to have the value recalculated. 
 | 
class  | 
WeakThunk<T>
A version of Thunk that only stores the result weakly so that
 it is possible to have the value recalculated. 
 |