Package org.ini4j

Interface CommentedMap<K,V>

All Superinterfaces:
Map<K,V>
All Known Subinterfaces:
OptionMap, Profile, Profile.Section, Registry, Registry.Key
All Known Implementing Classes:
BasicOptionMap, BasicProfile, BasicRegistry, CommonMultiMap, Ini, Options, Reg, Wini

public interface CommentedMap<K,V> extends Map<K,V>