Modifier and Type | Field and Description |
---|---|
static String |
KEY_NAME |
static String |
VALUE |
Modifier and Type | Method and Description |
---|---|
static KeyValuePair |
create() |
String |
getKeyName()
The key name.
|
String |
getValue()
The corresponding value.
|
void |
setKeyName(String keyName)
The key name.
|
void |
setValue(String value)
The corresponding value.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
static final String KEY_NAME
static final String VALUE
String getKeyName()
void setKeyName(String keyName)
String getValue()
void setValue(String value)
static KeyValuePair create()
Copyright © 2021. All rights reserved.