Class WeakIdentityHashMap<K,V>

java.lang.Object
org.graalvm.tools.insight.heap.instrument.WeakIdentityHashMap<K,V>

public final class WeakIdentityHashMap<K,V> extends Object
A simple hash map that holds the keys weekly and uses identity comparison.
  • Constructor Details

    • WeakIdentityHashMap

      public WeakIdentityHashMap()
  • Method Details

    • get

      public V get(Object key)
    • put

      public V put(K key, V value)