protected static class ConcurrentHashMap.Entry extends Object implements Map.Entry
Modifier | Constructor and Description |
---|---|
protected |
Entry(int h,
Object k,
Object v,
ConcurrentHashMap.Entry n)
Create new entry.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
clone() |
boolean |
equals(Object o) |
Object |
getKey() |
Object |
getValue() |
int |
hashCode() |
Object |
setValue(Object newValue) |
String |
toString() |
finalize, getClass, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue
protected Entry(int h, Object k, Object v, ConcurrentHashMap.Entry n)
public boolean equals(Object o)
public int hashCode()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.