public class Strings extends Object
Constructor and Description |
---|
Strings() |
Modifier and Type | Method and Description |
---|---|
static String |
commas(Object... args) |
static String |
concat(char sep,
Object[] args)
Calls toString on each object of args and concatenates the
results delimited by sep.
|
static String |
spaces(Object... args)
Calls toString on each object of args and concatenates the
results with space delimiters.
|
static String[] |
split(String s,
String regex)
Replacement for String.split that doesn't return
empty tokens.
|
Copyright © 2006–2018 GeoSolutions. All rights reserved.