Package com.mycila.xmltool
Class SoftHashMap.Entry<K,V>
java.lang.Object
java.lang.ref.Reference<K>
java.lang.ref.SoftReference<K>
com.mycila.xmltool.SoftHashMap.Entry<K,V>
- All Implemented Interfaces:
Map.Entry<K,
V>
- Enclosing class:
SoftHashMap<K,
V>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntry
(K key, V value, ReferenceQueue<K> queue, int hash, SoftHashMap.Entry<K, V> next) -
Method Summary
Methods inherited from class java.lang.ref.SoftReference
get
Methods inherited from class java.lang.ref.Reference
clear, clone, enqueue, isEnqueued, reachabilityFence, refersTo
-
Field Details
-
value
-
hash
private final int hash -
next
-
-
Constructor Details
-
Entry
Entry(K key, V value, ReferenceQueue<K> queue, int hash, SoftHashMap.Entry<K, V> next)
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-