A B C E F G H I M N O R S T V W

A

addItem(IniItem) - Method in class org.dtools.ini.AdvancedIniSection
 
addItem(IniItem, int) - Method in class org.dtools.ini.AdvancedIniSection
 
addItem(String) - Method in class org.dtools.ini.AdvancedIniSection
 
addItem(String, int) - Method in class org.dtools.ini.AdvancedIniSection
 
addItem(IniItem, int) - Method in class org.dtools.ini.BasicIniSection
 
addItem(IniItem) - Method in class org.dtools.ini.IniSection
Adds an IniItem to this section.
addItem(IniItem, int) - Method in class org.dtools.ini.IniSection
Adds an IniItem to this section at the given index.
addItem(String) - Method in class org.dtools.ini.IniSection
Adds a new IniItem to this section with the given name.
addItem(String, int) - Method in class org.dtools.ini.IniSection
Adds an IniItem to this section at the given index.
addItems(String...) - Method in class org.dtools.ini.AdvancedIniSection
 
addItems(String...) - Method in class org.dtools.ini.IniSection
Add multiple new items to this section.
addOrMergeSection(IniSection) - Method in class org.dtools.ini.IniFile
This method adds the given section to the end of the IniFile if a section with the same name does not already exist.
addSection(IniSection, int) - Method in class org.dtools.ini.AdvancedIniFile
 
addSection(IniSection, int) - Method in class org.dtools.ini.BasicIniFile
 
addSection(IniSection) - Method in class org.dtools.ini.IniFile
This method adds the given IniSection to the IniFile providing that there are no existing sections with the same name as the given IniSection.
addSection(IniSection, int) - Method in class org.dtools.ini.IniFile
Adds a section to this INI file.
addSection(String) - Method in class org.dtools.ini.IniFile
Adds a section to this INI file.
addSection(String, int) - Method in class org.dtools.ini.IniFile
Adds a new section to this INI file which has the given name.
addSections(String...) - Method in class org.dtools.ini.IniFile
Adds multiple new sections to this INI file.
AdvancedIniFile - Class in org.dtools.ini
This implementation of the IniFile interface offers faster performance compared with the BasicIniFile implementation, but at the expense of greater memory usage.
AdvancedIniFile() - Constructor for class org.dtools.ini.AdvancedIniFile
Default constructor which creates a new instance of BasicIniFile and sets the IniFile to have a default IniValidator and to be case insensitive.
AdvancedIniFile(boolean) - Constructor for class org.dtools.ini.AdvancedIniFile
Default constructor which creates a new instance of BasicIniFile and sets the IniFile to have a default IniValidator.
AdvancedIniFile(IniValidator) - Constructor for class org.dtools.ini.AdvancedIniFile
Default constructor which creates a new instance of BasicIniFile and sets the IniFile to have a default IniValidator and to be case insensitive.
AdvancedIniFile(IniValidator, boolean) - Constructor for class org.dtools.ini.AdvancedIniFile
Default constructor which creates a new instance of BasicIniFile and sets the IniFile to have a default IniValidator and to be case insensitive.
AdvancedIniSection - Class in org.dtools.ini
This implementation of the IniSection interface offers faster performance compared with the BasicIniSection implementation, but at the expense of greater memory usage.
AdvancedIniSection(String) - Constructor for class org.dtools.ini.AdvancedIniSection
Default constructor which creates a new instance of this IniSection and sets the IniSection to have a default IniValidator and to be case insensitive.
AdvancedIniSection(String, IniValidator) - Constructor for class org.dtools.ini.AdvancedIniSection
Default constructor which creates a new instance of this IniSection and sets the IniSection to have a default IniValidator and to be case insensitive.
AdvancedIniSection(String, boolean) - Constructor for class org.dtools.ini.AdvancedIniSection
Default constructor which creates a new instance of this IniSection and sets the IniSection to have a default IniValidator and to be case insensitive.
AdvancedIniSection(String, IniValidator, boolean) - Constructor for class org.dtools.ini.AdvancedIniSection
Default constructor which creates a new instance of this IniSection and sets the IniSection to have a default IniValidator and to be case insensitive.

A B C E F G H I M N O R S T V W