public interface StringConstants
| 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 |
static final String EMPTY
"".static final byte[] EMPTY_BYTES
static final String[] EMPTY_STRINGS
static final int NOT_EQUAL
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.