public final class StringConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EMPTY
The empty String
"" . |
static byte[] |
EMPTY_BYTES
The empty byte[]
|
static String[] |
EMPTY_STRINGS
The empty String[]
|
static int |
NOT_EQUAL |
public static final String EMPTY
""
.public static final byte[] EMPTY_BYTES
public static final String[] EMPTY_STRINGS
public static final int NOT_EQUAL
Copyright © 2019. All rights reserved.