Uses of Class
com.vladium.util.SoftValueMap.SoftEntry

Packages that use SoftValueMap.SoftEntry
com.vladium.util   
 

Uses of SoftValueMap.SoftEntry in com.vladium.util
 

Fields in com.vladium.util declared as SoftValueMap.SoftEntry
(package private)  SoftValueMap.SoftEntry SoftValueMap.SoftEntry.m_next
           
private  SoftValueMap.SoftEntry[] SoftValueMap.m_buckets
           
 

Constructors in com.vladium.util with parameters of type SoftValueMap.SoftEntry
SoftValueMap.SoftEntry(java.lang.ref.ReferenceQueue valueReferenceQueue, java.lang.Object key, java.lang.Object value, SoftValueMap.SoftEntry next, int bucketIndex)