|
[ini4j] | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectAbstractMap<K,V>
HashMap<K,V>
LinkedHashMap<String,String>
Ini.Section
public class Ini.Section
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Constructor Summary | |
|---|---|
Ini.Section(String name)
|
|
| Method Summary | ||
|---|---|---|
String |
fetch(Object key)
|
|
String |
getName()
|
|
|
to(Class<T> clazz)
|
|
| Methods inherited from class LinkedHashMap |
|---|
clear, containsValue, get, removeEldestEntry |
| Methods inherited from class HashMap |
|---|
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from class AbstractMap |
|---|
equals, hashCode, toString |
| Methods inherited from class Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface Map |
|---|
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Constructor Detail |
|---|
public Ini.Section(String name)
| Method Detail |
|---|
public String getName()
public <T> T to(Class<T> clazz)
public String fetch(Object key)
|
[ini4j] | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||