protected static final class IdentityHashMap.Entry<K,V> extends Object
public final int hashCode
public final K key
public V value
public final IdentityHashMap.Entry<K,V> next
public Entry(K key, V value, int hash, IdentityHashMap.Entry<K,V> next)
Copyright © 2023. All rights reserved.