public class Section extends Object
Constructor and Description |
---|
Section() |
Section(String name) |
Section(String name,
String comment) |
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
String value) |
void |
add(ValuePair valuePair) |
String |
getComment() |
String |
getName() |
<T> T |
getValue(Class<T> tClass,
String key) |
String |
getValue(String key) |
ValuePair |
getValuePair(String key) |
List<ValuePair> |
getValuePairList() |
List<ValuePair> |
getValuePairList(String key) |
<T> void |
set(String key,
T value) |
void |
setComment(String comment) |
void |
setName(String name) |
void |
setValuePairList(List<ValuePair> valuePairList) |
public Section()
public Section(String name)
Copyright © 2006–2018 TinyGroup. All rights reserved.