public final class Strings extends Object
Modifier and Type | Field and Description |
---|---|
static Function<String,String> |
decamelize
Deprecated.
This field will be removed in the next major release.
|
static String |
TAB |
Modifier and Type | Method and Description |
---|---|
static String |
defaultIfBlank(String str,
String defaultStr)
Deprecated.
This method will be removed in the next major release.
|
static void |
escape(Appendable output,
String arg) |
static String |
escape(String arg) |
static boolean |
isBlank(String str)
Deprecated.
This method will be removed in the next major release.
|
static String |
joinAsLines(String... elements)
Joining independent lines from provided elements into one line with
System.lineSeparator after
each element |
static String |
ljust(String str,
int columnWidth)
Deprecated.
This method will be removed in the next major release.
|
static String |
prettyPrint(Object o) |
static String |
rjust(String str,
int columnWidth)
Deprecated.
This method will be removed in the next major release.
|
public static final String TAB
@Deprecated public static final Function<String,String> decamelize
@Deprecated public static boolean isBlank(String str)
@Deprecated public static String defaultIfBlank(String str, String defaultStr)
public static String joinAsLines(String... elements)
System.lineSeparator
after
each elementelements
- - lines to joinpublic static void escape(Appendable output, String arg) throws IOException
IOException
@Deprecated public static String ljust(String str, int columnWidth)
str
- the text to formatcolumnWidth
- the column width@Deprecated public static String rjust(String str, int columnWidth)
str
- the text to formatcolumnWidth
- the column widthCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.