protected class ArrayHashMap.Entry extends DefaultHashMap.Entry<K,V>
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
index
Entry在列表中的索引值.
|
hash, next| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
onRemove()
当entry将被删除时, 更新后续的entry的索引值.
|
onAccesscomparingByKey, comparingByKey, comparingByValue, comparingByValueprotected Entry(int h,
K k,
V v,
DefaultHashMap.Entry<K,V> n)
h - key的hash值k - entry的keyv - entry的valuen - 链表中的下一个entryprotected void onRemove()
onRemove 在类中 DefaultHashMap.Entry<K,V>Copyright © 2015. All rights reserved.