K - 键类型V - 值类型public abstract class AbsEntry<K,V> extends Object implements Map.Entry<K,V>
| Constructor and Description |
|---|
AbsEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
V |
setValue(V value) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, getKey, getValuepublic boolean equals(Object object)
public int hashCode()
Copyright © 2025. All rights reserved.