JavaScript is disabled on your browser.
gnu.kawa.util
Class WeakHashNode<K,V>
- java.lang.Object
-
- java.lang.ref.Reference<T>
-
- java.lang.ref.WeakReference<K>
-
- gnu.kawa.util.WeakHashNode<K,V>
-
-
Constructor Summary
Constructors
| Constructor and Description |
WeakHashNode (K key,
java.lang.ref.ReferenceQueue<K> q,
int hash) |
-
Method Summary
-
Methods inherited from class java.lang.ref.Reference
clear, enqueue, get, isEnqueued
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map.Entry
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
-
-
Method Detail
-
getKey
public K getKey()
- Specified by:
getKey in interface java.util.Map.Entry<K,V>
-
getValue
public V getValue()
- Specified by:
getValue in interface java.util.Map.Entry<K,V>