public final class Strings extends Object
Modifier and Type | Field and Description |
---|---|
static Function<String,String> |
decamelize |
Modifier and Type | Method and Description |
---|---|
static String |
defaultIfBlank(String str,
String defaultStr) |
static void |
escape(Appendable output,
String arg) |
static String |
escape(String arg) |
static boolean |
isBlank(String str) |
static String |
prettyPrint(Object o) |
public static boolean isBlank(String str)
public static void escape(Appendable output, String arg) throws IOException
IOException
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.