public class ValuePair extends Object
Constructor and Description |
---|
ValuePair() |
ValuePair(String comment) |
ValuePair(String key,
String value) |
ValuePair(String key,
String value,
String comment) |
Modifier and Type | Method and Description |
---|---|
String |
getComment() |
String |
getKey() |
String |
getValue() |
<T> T |
getValue(Class<T> tClass) |
void |
setComment(String comment) |
void |
setKey(String key) |
void |
setValue(String value) |
public ValuePair(String comment)
public ValuePair()
Copyright © 2006–2018 TinyGroup. All rights reserved.