[ini4j]

org.ini4j
Class Ini.Section

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

public class Ini.Section
extends OptionMapImpl


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

Constructor Detail

Ini.Section

public Ini.Section(String name)
Method Detail

getName

public String getName()

to

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


resolve

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

[ini4j]