Package org.eclipse.sisu.inject
Class MildKeys.Soft<T>
- java.lang.Object
-
- java.lang.ref.Reference<T>
-
- java.lang.ref.SoftReference<T>
-
- org.eclipse.sisu.inject.MildKeys.Soft<T>
-
- Direct Known Subclasses:
MildValues.Soft
static class MildKeys.Soft<T> extends java.lang.ref.SoftReference<T>
Soft key that maintains a constant hash and uses referential equality.
-
-
Field Summary
Fields Modifier and Type Field Description private int
hash
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object rhs)
int
hashCode()
-