public class StringUtils extends Object
| Constructor and Description |
|---|
StringUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEmpty(String text) |
static boolean |
isNotEmpty(String text) |
static int |
size(String str) |
static boolean |
startsWith(String str,
String prefix) |
Copyright © 2015. All rights reserved.