Package org.ini4j

Interface OptionMap

All Superinterfaces:
CommentedMap<String,String>, Map<String,String>, MultiMap<String,String>
All Known Subinterfaces:
Profile.Section, Registry.Key
All Known Implementing Classes:
BasicOptionMap, Options

public interface OptionMap extends MultiMap<String,String>, CommentedMap<String,String>