Uses of Class
org.jboss.util.SoftObject
-
Packages that use SoftObject Package Description org.jboss.util Utility classes and interfaces. -
-
Uses of SoftObject in org.jboss.util
Methods in org.jboss.util that return SoftObject Modifier and Type Method Description static SoftObject
SoftObject. create(java.lang.Object obj)
Create a SoftObject for the given object.static SoftObject
SoftObject. create(java.lang.Object obj, java.lang.ref.ReferenceQueue queue)
Create a SoftObject for the given object.
-