| 限定符 | 构造器和说明 |
|---|---|
protected |
Entry(BeanMap owner,
String key,
Object value)
Constructs a new
Entry. |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
getKey()
Gets the key from the pair.
|
V |
getValue()
Gets the value from the pair.
|
Object |
setValue(Object value)
Sets the value.
|
String |
toString()
Gets a debugging String view of the pair.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodeCopyright © 2021–2022. All rights reserved.