- decomposeCollection(Collection<String>, String) - Static method in class fr.tikione.ini.util.StringHelper
-
Return a concatenation of all values of a Collection
, with a specified separator between all of them.
- decomposeCollection(Collection<String>, String, int) - Static method in class fr.tikione.ini.util.StringHelper
-
Return a concatenation of all values of a Collection
, with a specified separator between all of them.
- deepCopyMapBooleans(Map<String, Boolean>, Map<String, Boolean>) - Static method in class fr.tikione.ini.util.MapHelper
-
Add all the content of the second map to the first one, with a deep copy of the entries.
- deepCopyMapFloats(Map<String, Float>, Map<String, Float>) - Static method in class fr.tikione.ini.util.MapHelper
-
Add all the content of the second map to the first one, with a deep copy of the entries.
- deepCopyMapIntegers(Map<String, Integer>, Map<String, Integer>) - Static method in class fr.tikione.ini.util.MapHelper
-
Add all the content of the second map to the first one, with a deep copy of the entries.
- deepCopyMapPatterns(Map<String, Pattern>, Map<String, Pattern>) - Static method in class fr.tikione.ini.util.MapHelper
-
Add all the content of the second map to the first one, with a deep copy of the entries.
- deepCopyMapStringTables(Map<String, String[]>, Map<String, String[]>) - Static method in class fr.tikione.ini.util.MapHelper
-
Add all the content of the second map to the first one, with a deep copy of the entries.