A C D E F G H I L M N P R S T 

M

MapHelper - Class in fr.tikione.ini.util
Utility class for Map manipulations.
mapsStringTablesEqual(Map<String, String[]>, Map<String, String[]>) - Static method in class fr.tikione.ini.util.MapHelper
Indicate if two Map<String, String[]> are equivalent.
mostLeft(String, String[]) - Static method in class fr.tikione.ini.util.StringHelper
Find the "prefix" string the most at the left in the source string.
Example: with "my name is" as the source string, and {"name", "is"} as the prefix strings, "name" is returned.
mostRight(String, String[]) - Static method in class fr.tikione.ini.util.StringHelper
Find the "suffix" string the most at the right in the source string.
Example: with "my name is" as the source string, and {"name", "is"} as the suffix strings array, "is" is returned.
A C D E F G H I L M N P R S T