public class Strings extends Object
| Constructor and Description |
|---|
Strings() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
compare(char[] me,
char[] you) |
static boolean |
compare(String me,
String you) |
static String |
fromCharArray(char[] array) |
static char[] |
toCharArray(String string) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.