public final class Utils extends Object
| Constructor and Description | 
|---|
Utils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static List<String> | 
split(String data,
     char delimiter)
This method for splitting string into parts by a delimiter It has higher performance than String.split(String regex) 
 | 
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.