Package com.mycila.xmltool
Class SoftHashMap.Entry<K,V>
- java.lang.Object
-
- java.lang.ref.Reference<T>
-
- java.lang.ref.SoftReference<K>
-
- com.mycila.xmltool.SoftHashMap.Entry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- SoftHashMap<K,V>
private static class SoftHashMap.Entry<K,V> extends java.lang.ref.SoftReference<K> implements java.util.Map.Entry<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
K
getKey()
V
getValue()
int
hashCode()
V
setValue(V newValue)
java.lang.String
toString()
-
-
-
Field Detail
-
value
private V value
-
hash
private final int hash
-
next
private SoftHashMap.Entry<K,V> next
-
-