public class StringUtils extends Object
Constructor and Description |
---|
StringUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
comma(boolean first,
Dumper d) |
static boolean |
comma(boolean first,
StringBuilder sb) |
static boolean |
dot(boolean first,
StringBuilder sb) |
static String |
join(Collection<String> in,
String sep) |
static String |
join(String[] in,
String sep) |
static boolean |
space(boolean first,
Dumper d) |
public static boolean dot(boolean first, StringBuilder sb)
public static boolean comma(boolean first, StringBuilder sb)
public static boolean comma(boolean first, Dumper d)
public static boolean space(boolean first, Dumper d)
public static String join(Collection<String> in, String sep)
Copyright © 2011-2021. All Rights Reserved.