A B C D E F G H I J M N O P R S T U W X Z

J

join(String[], String) - Static method in class util.HNSUtils
Merges the given sequence of strings using the given separator string.
join(String[], String, boolean) - Static method in class util.HNSUtils
Joins the given string sequence into a single string using the given separator string, treating that separator as a terminator -- thus appending it to the final item if any -- as specified.
join(List<String>, String) - Static method in class util.HNSUtils
Merges the given sequence of lines into a single multi-line string (with one EOL character at the end of each line).
join(List<String>, String, boolean) - Static method in class util.HNSUtils
Merges the given sequence of strings using the given separator string.
joinLines(String[]) - Static method in class util.HNSUtils
Merges the given sequence of lines into a single multi-line string (with one EOL character at the end of each line).
joinLines(List<String>) - Static method in class util.HNSUtils
Merges the given sequence of lines into a single multi-line string (with one EOL character at the end of each line).

A B C D E F G H I J M N O P R S T U W X Z