Package org.jboss.util.collection
Class SoftSet.ComparableSoftReference
- java.lang.Object
-
- java.lang.ref.Reference<T>
-
- java.lang.ref.SoftReference
-
- org.jboss.util.collection.SoftSet.ComparableSoftReference
-
- Enclosing class:
- SoftSet
static class SoftSet.ComparableSoftReference extends java.lang.ref.SoftReference
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Integer
key
-
Constructor Summary
Constructors Constructor Description ComparableSoftReference(java.lang.Integer key, java.lang.Object o, java.lang.ref.ReferenceQueue q)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Integer
getKey()
-