public class KeyValuePair<K,V> extends Object
| Constructor and Description |
|---|
KeyValuePair() |
KeyValuePair(K key,
V value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
K |
getKey() |
V |
getValue() |
int |
hashCode() |
static KeyValuePair<String,String> |
parse(String s) |
static KeyValuePair<String,String> |
parse(String s,
String separator) |
void |
setKey(K key) |
void |
setValue(V value) |
String |
toString() |
Copyright © 2020 mydotey.org. All rights reserved.