com.alibaba.fastjson.util
Class IdentityHashMap.Entry<K,V>
java.lang.Object
com.alibaba.fastjson.util.IdentityHashMap.Entry<K,V>
- Enclosing class:
- IdentityHashMap<K,V>
protected static final class IdentityHashMap.Entry<K,V>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hashCode
public final int hashCode
key
public final K key
value
public final V value
next
public final IdentityHashMap.Entry<K,V> next
IdentityHashMap.Entry
public IdentityHashMap.Entry(K key,
V value,
int hash,
IdentityHashMap.Entry<K,V> next)
Copyright © 2012 Alibaba Group. All Rights Reserved.