public class StringUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String[] |
appendToAll(String append,
String[] appendTo)
Appends the given String to all elements of the given array.
|
public static String[] appendToAll(String append, String[] appendTo)
append
- must not be null
.appendTo
- must not be null
.Copyright © 2024. All rights reserved.