Package com.sun.el.lang
Class ExpressionBuilder.NodeSoftReference
- Enclosing class:
ExpressionBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.ref.SoftReference
get
Methods inherited from class java.lang.ref.Reference
clear, clone, enqueue, isEnqueued, reachabilityFence, refersTo
-
Field Details
-
key
-
-
Constructor Details
-
NodeSoftReference
NodeSoftReference(String key, Node node, ReferenceQueue<Node> refQ)
-