V1 - source value type, e.g. SoftReference, WeakReferenceV2 - target value type, e.g. value that SoftReference or WeakReference referencedpublic interface ValueConvertable<V1,V2>
| Modifier and Type | Method and Description | 
|---|---|
| V2 | convertValue(V1 value)convert the original value to the target value |