public abstract class StringConstant
extends java.lang.Object
Basic constants for type string
.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
empty
The empty string value.
|
Constructor and Description |
---|
StringConstant() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
concat(java.lang.String[] chunks) |
public static final java.lang.String empty
The empty string value.