|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.ref.Reference<T> java.lang.ref.SoftReference org.apache.commons.collections.ReferenceMap.SoftRef
private static class ReferenceMap.SoftRef
Field Summary | |
---|---|
private int |
hash
|
Constructor Summary | |
---|---|
ReferenceMap.SoftRef(int hash,
Object r,
ReferenceQueue q)
|
Method Summary | |
---|---|
int |
hashCode()
|
Methods inherited from class java.lang.ref.SoftReference |
---|
get |
Methods inherited from class java.lang.ref.Reference |
---|
clear, enqueue, isEnqueued |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int hash
Constructor Detail |
---|
public ReferenceMap.SoftRef(int hash, Object r, ReferenceQueue q)
Method Detail |
---|
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |