[ini4j]

org.ini4j
Class Ini.Section

Object
  extended by AbstractMap<K,V>
      extended by HashMap<K,V>
          extended by LinkedHashMap<String,String>
              extended by Ini.Section
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>
Enclosing class:
Ini

public class Ini.Section
extends LinkedHashMap<String,String>

See Also:
Serialized Form

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()
           
<T> T
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

Ini.Section

public Ini.Section(String name)
Method Detail

getName

public String getName()

to

public <T> T to(Class<T> clazz)

fetch

public String fetch(Object key)

[ini4j]