org.ini4j
Class Ini.Section

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by java.util.LinkedHashMap<java.lang.String,java.lang.String>
              extended by 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 Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
Ini.Section(java.lang.String name)
           
 
Method Summary
 java.lang.String fetch(java.lang.Object key)
           
 java.lang.String getName()
           
<T> T
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
 

Constructor Detail

Ini.Section

public Ini.Section(java.lang.String name)
Method Detail

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}-2008 null. All Rights Reserved.