public class Config extends Object
Modifier and Type | Class and Description |
---|---|
class |
Config.Item |
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
void |
addProperty(String key,
Object value) |
List<Config.Item> |
getList() |
Object |
getValue(String key) |
Iterator<Config.Item> |
iterator() |
void |
setProperty(String key,
Object value) |
void |
setValue(String key,
Object value) |
public List<Config.Item> getList()
public Iterator<Config.Item> iterator()
Copyright © 2018. All rights reserved.