| 程序包 | 说明 |
|---|---|
| com.jn.langx.text.ini |
| 限定符和类型 | 方法和说明 |
|---|---|
Ini.Section |
Ini.addSection(String sectionName) |
Ini.Section |
Ini.get(Object key) |
Ini.Section |
Ini.getSection(String sectionName) |
Ini.Section |
Ini.put(String key,
Ini.Section value) |
Ini.Section |
Ini.remove(Object key) |
Ini.Section |
Ini.removeSection(String sectionName) |
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Map.Entry<String,Ini.Section>> |
Ini.entrySet() |
Collection<Ini.Section> |
Ini.getSections() |
Collection<Ini.Section> |
Ini.values() |
| 限定符和类型 | 方法和说明 |
|---|---|
Ini.Section |
Ini.put(String key,
Ini.Section value) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Ini.merge(Map<String,Ini.Section> m) |
void |
Ini.putAll(Map<? extends String,? extends Ini.Section> m) |
Copyright © 2022. All rights reserved.