Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
-
public abstract class SoftThunk<T>
extends AbstractReferenceThunk<T>
A version of Thunk that only stores the result softly so that
it is possible to have the value recalculated. This is
stronger than a WeakReference
-
-
Constructor Summary
Constructors
Constructor and Description |
SoftThunk() |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
protected java.lang.ref.Reference<T> |
createReference(T value) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SoftThunk
public SoftThunk()
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.