org.apache.commons.collections
Class ReferenceMap.SoftRef

java.lang.Object
  extended by java.lang.ref.Reference<T>
      extended by java.lang.ref.SoftReference
          extended by org.apache.commons.collections.ReferenceMap.SoftRef
Enclosing class:
ReferenceMap

private static class ReferenceMap.SoftRef
extends SoftReference


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

hash

private int hash
Constructor Detail

ReferenceMap.SoftRef

public ReferenceMap.SoftRef(int hash,
                            Object r,
                            ReferenceQueue q)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.