com.alibaba.fastjson.util
Class IdentityHashMap.Entry<K,V>

java.lang.Object
  extended by com.alibaba.fastjson.util.IdentityHashMap.Entry<K,V>
Enclosing class:
IdentityHashMap<K,V>

protected static final class IdentityHashMap.Entry<K,V>
extends Object


Field Summary
 int hashCode
           
 K key
           
 IdentityHashMap.Entry<K,V> next
           
 V value
           
 
Constructor Summary
IdentityHashMap.Entry(K key, V value, int hash, IdentityHashMap.Entry<K,V> next)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hashCode

public final int hashCode

key

public final K key

value

public final V value

next

public final IdentityHashMap.Entry<K,V> next
Constructor Detail

IdentityHashMap.Entry

public IdentityHashMap.Entry(K key,
                             V value,
                             int hash,
                             IdentityHashMap.Entry<K,V> next)


Copyright © 2012 Alibaba Group. All Rights Reserved.