ru.biosoft.util
Class HashMapSoftValues.SoftValueRef

java.lang.Object
  extended byjava.lang.ref.Reference
      extended byjava.lang.ref.SoftReference
          extended byru.biosoft.util.HashMapSoftValues.SoftValueRef
Enclosing class:
HashMapSoftValues

protected static class HashMapSoftValues.SoftValueRef
extends java.lang.ref.SoftReference

To do:
Doc

Constructor Summary
HashMapSoftValues.SoftValueRef(java.lang.Object key, java.lang.Object value, java.lang.ref.ReferenceQueue queue)
           
 
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, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashMapSoftValues.SoftValueRef

public HashMapSoftValues.SoftValueRef(java.lang.Object key,
                                      java.lang.Object value,
                                      java.lang.ref.ReferenceQueue queue)
To do:
Doc


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.