public class KeyValuePair extends Object implements Serializable
Constructor and Description |
---|
KeyValuePair() |
KeyValuePair(String key,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
String |
getValue() |
void |
setKey(String key) |
void |
setValue(String value) |
Copyright © 2008–2022 The Plugin People. All rights reserved.