org.ini4j
Class Ini.Section

java.lang.Object
  extended by org.ini4j.MultiMapImpl<java.lang.String,java.lang.String>
      extended by org.ini4j.OptionMapImpl
          extended by org.ini4j.Ini.Section
All Implemented Interfaces:
java.util.Map<java.lang.String,java.lang.String>, MultiMap<java.lang.String,java.lang.String>, OptionMap
Enclosing class:
Ini

public class Ini.Section
extends OptionMapImpl


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ini4j.OptionMapImpl
OptionMapImpl.Access
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
Ini.Section(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
protected  void resolve(java.lang.StringBuilder buffer)
           
<T> T
to(java.lang.Class<T> clazz)
          Deprecated. 
 
Methods inherited from class org.ini4j.OptionMapImpl
as, as, fetch, fetch, from, from, getDefaultBeanAccess, newBeanAccess, newBeanAccess, to, to
 
Methods inherited from class org.ini4j.MultiMapImpl
add, add, clear, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, putAll, remove, remove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ini4j.MultiMap
add, add, get, getAll, length, put, putAll, remove
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, 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

@Deprecated
public <T> T to(java.lang.Class<T> clazz)
Deprecated. 


resolve

protected void resolve(java.lang.StringBuilder buffer)
Overrides:
resolve in class OptionMapImpl


Copyright © 2011. All Rights Reserved.