org.ini4j
Class Ini.Section
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<java.lang.String,java.lang.String>
org.ini4j.Ini.Section
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.String>
- Enclosing class:
- Ini
public class Ini.Section
- extends java.util.LinkedHashMap<java.lang.String,java.lang.String>
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Method Summary |
java.lang.String |
fetch(java.lang.Object key)
|
java.lang.String |
getName()
|
|
to(java.lang.Class<T> clazz)
|
Methods inherited from class java.util.LinkedHashMap |
clear, containsValue, get, removeEldestEntry |
Methods inherited from class java.util.HashMap |
clone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
containsKey, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Ini.Section
public Ini.Section(java.lang.String name)
getName
public java.lang.String getName()
to
public <T> T to(java.lang.Class<T> clazz)
fetch
public java.lang.String fetch(java.lang.Object key)
Copyright © {inceptionYear}-2009 null. All Rights Reserved.