| Modifier and Type | Field and Description |
|---|---|
private Object |
key |
(package private) SequencedHashMap.MapEntry |
next |
(package private) SequencedHashMap.MapEntry |
prev |
private Object |
value |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getKey()
Gets the key from the pair.
|
Object |
getValue()
Gets the value from the pair.
|
int |
hashCode()
Compute the instance's hash code
|
Object |
setValue(Object newValue) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValueprivate final Object key
private Object value
SequencedHashMap.MapEntry next
SequencedHashMap.MapEntry prev
public Object getKey()
KeyValuepublic Object getValue()
KeyValuepublic int hashCode()
public boolean equals(Object obj)
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.