Package com.automation_pros.odva.util
Class SoftCache.Returned
- java.lang.Object
-
- com.automation_pros.odva.util.SoftCache.Returned
-
-
Field Summary
Fields Modifier and Type Field Description int
idhash
OriginTool
origin
java.lang.ref.SoftReference<T>
subject
-
Constructor Summary
Constructors Modifier Constructor Description protected
Returned(T subject, int idhash, OriginTool origin)
-
-
-
Field Detail
-
subject
public final java.lang.ref.SoftReference<T> subject
-
idhash
public final int idhash
-
origin
public final OriginTool origin
-
-
Constructor Detail
-
Returned
protected Returned(T subject, int idhash, OriginTool origin)
-
-