Uses of Interface
org.dtools.ini.Commentable

Uses of Commentable in org.dtools.ini
 

Classes in org.dtools.ini that implement Commentable
 class AdvancedIniSection
          This implementation of the IniSection interface offers faster performance compared with the BasicIniSection implementation, but at the expense of greater memory usage.
 class BasicIniSection
          A basic\simple implementation of the IniSection interface.
 class IniItem
          The IniItem class represents the simplest element of an INI file, an item, which has only two important properties, a name and a value.
 class IniSection
          An IniSection represents a section within a configuration file (aka INI file).