@Deprecated public final class Strings extends Object
Modifier and Type | Method and Description |
---|---|
static void |
escape(Appendable output,
String arg)
Deprecated.
|
static String |
escape(String arg)
Deprecated.
|
static String |
joinAsLines(String... elements)
Deprecated.
|
static String |
prettyPrint(Object o)
Deprecated.
|
@Deprecated public static final String TAB
@Deprecated public static String prettyPrint(Object o)
@Deprecated public static String escape(String arg)
@Deprecated public static String joinAsLines(String... elements)
System.lineSeparator
after
each elementelements
- - lines to join@Deprecated public static void escape(Appendable output, String arg) throws IOException
IOException
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.