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

M

merge(IniSection) - Method in class org.dtools.ini.AdvancedIniSection
 
merge(IniFile) - Method in class org.dtools.ini.IniFile
This method merges an IniFile with this IniFile, and that all the sections within the other IniFile are copied to this IniFile, and if the two IniFiles share any similarly named sections, then those sections are merged together.
merge(IniSection) - Method in class org.dtools.ini.IniSection
This method merges another IniSection to this section.
moveItem(int, int) - Method in class org.dtools.ini.AdvancedIniSection
 
moveItem(int, int) - Method in class org.dtools.ini.IniSection
This method moves an item at index fromIndex to the index toIndex.
moveItem(String, int) - Method in class org.dtools.ini.IniSection
This method moves the item whose names is given to the the index toIndex.
moveSection(int, int) - Method in class org.dtools.ini.IniFile
This method moves a section at index fromIndex to the index toIndex.
moveSection(String, int) - Method in class org.dtools.ini.IniFile
This method moves the section whose names is given to the the index toIndex.

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