private static class BoundedConcurrentHashMap.HashEntry<K,V> extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
hash |
(package private) K |
key |
(package private) BoundedConcurrentHashMap.HashEntry<K,V> |
next |
(package private) V |
value |
| Constructor and Description |
|---|
HashEntry(K key,
int hash,
BoundedConcurrentHashMap.HashEntry<K,V> next,
V value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
(package private) static <K,V> BoundedConcurrentHashMap.HashEntry<K,V>[] |
newArray(int i) |
final K key
final int hash
volatile V value
final BoundedConcurrentHashMap.HashEntry<K,V> next
HashEntry(K key, int hash, BoundedConcurrentHashMap.HashEntry<K,V> next, V value)
Copyright © 2018 JBoss by Red Hat. All rights reserved.