[ini4j]

org.ini4j
Class BasicOptionMapGate

Object
  extended by BasicMultiMap<K,V>
      extended by CommonMultiMap<String,String>
          extended by BasicOptionMap
              extended by BasicOptionMapGate
All Implemented Interfaces:
Serializable, Map<String,String>, CommentedMap<String,String>, MultiMap<String,String>, OptionMap

public class BasicOptionMapGate
extends BasicOptionMap

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface Map
Map.Entry<K,V>
 
Constructor Summary
BasicOptionMapGate()
           
 
Method Summary
 BeanAccess newBeanAccess()
           
 BeanAccess newBeanAccess(String prefix)
           
 
Methods inherited from class BasicOptionMap
add, add, as, as, fetch, fetch, fetch, fetch, fetchAll, from, from, get, get, getAll, put, put, putAll, to, to
 
Methods inherited from class CommonMultiMap
clear, getComment, putAll, putComment, remove, remove, removeComment
 
Methods inherited from class BasicMultiMap
add, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, values
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface MultiMap
add, add, get, getAll, length, put, putAll, remove
 
Methods inherited from interface CommentedMap
getComment, putComment, removeComment
 
Methods inherited from interface Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

BasicOptionMapGate

public BasicOptionMapGate()
Method Detail

newBeanAccess

public BeanAccess newBeanAccess()

newBeanAccess

public BeanAccess newBeanAccess(String prefix)

[ini4j]