Package gnu.kawa.util

Class WeakHashNode<K,V>

All Implemented Interfaces:
Map.Entry<K,V>

public class WeakHashNode<K,V> extends WeakReference<K> implements Map.Entry<K,V>
  • Field Details

    • next

      public WeakHashNode<K,V> next
    • hash

      public int hash
    • value

      public V value
  • Constructor Details

  • Method Details