public class StringUtils extends Object
Constructor and Description |
---|
StringUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
defaultIfBlank(String cs,
String defaultStr) |
static boolean |
isBlank(CharSequence cs) |
static boolean |
isNotBlank(CharSequence cs) |
static String |
repeat(String s,
int n) |
public static boolean isBlank(CharSequence cs)
public static boolean isNotBlank(CharSequence cs)
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.