org.apache.directory.shared.util
Interface StringConstants


public interface StringConstants

Various String constants are kept here.

Author:
Apache Directory Project

Field Summary
static String EMPTY
          The empty String "".
static byte[] EMPTY_BYTES
          The empty byte[]
static String[] EMPTY_STRINGS
          The empty String[]
static int NOT_EQUAL
           
 

Field Detail

EMPTY

static final String EMPTY
The empty String "".

Since:
2.0
See Also:
Constant Field Values

EMPTY_BYTES

static final byte[] EMPTY_BYTES
The empty byte[]


EMPTY_STRINGS

static final String[] EMPTY_STRINGS
The empty String[]


NOT_EQUAL

static final int NOT_EQUAL
See Also:
Constant Field Values


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.