Class AbstractReferenceMap.SoftRef<T>
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.SoftReference<T>
org.apache.commons.collections4.map.AbstractReferenceMap.SoftRef<T>
- Enclosing class:
AbstractReferenceMap<K,V>
A soft reference holder.
- Since:
- 3.1 (extracted from ReferenceMap in 3.0)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intthe hashCode of the key (even if the reference points to a value) -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SoftReference
getMethods inherited from class Reference
clear, enqueue, isEnqueued
-
Field Details
-
hash
private final int hashthe hashCode of the key (even if the reference points to a value)
-
-
Constructor Details
-
SoftRef
-
-
Method Details
-
hashCode
-