| Constructor and Description |
|---|
KeyValuePair() |
KeyValuePair(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static String |
commaSeparatedList(List<? extends KeyValuePair> pairs) |
boolean |
equals(Object o) |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
KeyValuePair |
setKey(String key) |
KeyValuePair |
setValue(String value) |
String |
toString() |
public String getKey()
public KeyValuePair setKey(String key)
public String getValue()
public KeyValuePair setValue(String value)
public static String commaSeparatedList(List<? extends KeyValuePair> pairs)
Copyright © 2024 AVIO Consulting. All rights reserved.