yu.ac.bg.etf.javaqx.util
Interface CommonConstants


public interface CommonConstants

Common Constants.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Nested Class Summary
static class CommonConstants.EmptyIterator
          Empty Iterator.
 
Field Summary
static byte[] EMPTY_BYTE_ARRAY
          Empty array of bytes (the value is byte[0]).
static float[] EMPTY_FLOAT_ARRAY
          Empty array of floats (the value is float[0]).
static int[] EMPTY_INT_ARRAY
          Empty array of ints (the value is int[0]).
static CommonConstants.EmptyIterator EMPTY_ITERATOR
          Empty iterator.
static java.lang.Object[] EMPTY_OBJECT_ARRAY
          Empty array of objects (the value is Object[0]).
static java.lang.String[] EMPTY_STRING_ARRAY
          Empty array of strings (the value is String[0]).
static java.lang.String STRING_COMMA
          Comma string (the value is ",").
static java.lang.String STRING_DEFAULT_LINE_SEPARATOR
          Default line separator string (the value is "n").
static java.lang.String STRING_DOT
          Dot string (the value is ".").
static java.lang.String STRING_EMPTY
          Empty string (the value is "").
static java.lang.String STRING_FALSE
          False string (value is "false").
static java.lang.String STRING_NULL
          Null string (the value is "null").
static java.lang.String STRING_SLASH
          Slash string (the value is "/").
static java.lang.String STRING_SPACE
          Space string (the value is " ").
static java.lang.String STRING_TAB
          Tab string (the value is "t").
static java.lang.String STRING_TEXT
          Text string (the value is "text").
static java.lang.String STRING_TEXT_HTML
          Text/HTML string (the value is "text/html").
static java.lang.String STRING_TRUE
          True string (value is "true").
 

Field Detail

STRING_EMPTY

public static final java.lang.String STRING_EMPTY
Empty string (the value is "").

See Also:
Constant Field Values

STRING_SPACE

public static final java.lang.String STRING_SPACE
Space string (the value is " ").

See Also:
Constant Field Values

STRING_DOT

public static final java.lang.String STRING_DOT
Dot string (the value is ".").

See Also:
Constant Field Values

STRING_COMMA

public static final java.lang.String STRING_COMMA
Comma string (the value is ",").

See Also:
Constant Field Values

STRING_SLASH

public static final java.lang.String STRING_SLASH
Slash string (the value is "/").

See Also:
Constant Field Values

STRING_TAB

public static final java.lang.String STRING_TAB
Tab string (the value is "t").

See Also:
Constant Field Values

STRING_DEFAULT_LINE_SEPARATOR

public static final java.lang.String STRING_DEFAULT_LINE_SEPARATOR
Default line separator string (the value is "n").

See Also:
Constant Field Values

STRING_NULL

public static final java.lang.String STRING_NULL
Null string (the value is "null").

See Also:
Constant Field Values

STRING_TRUE

public static final java.lang.String STRING_TRUE
True string (value is "true").


STRING_FALSE

public static final java.lang.String STRING_FALSE
False string (value is "false").


STRING_TEXT

public static final java.lang.String STRING_TEXT
Text string (the value is "text").

See Also:
Constant Field Values

STRING_TEXT_HTML

public static final java.lang.String STRING_TEXT_HTML
Text/HTML string (the value is "text/html").

See Also:
Constant Field Values

EMPTY_OBJECT_ARRAY

public static final java.lang.Object[] EMPTY_OBJECT_ARRAY
Empty array of objects (the value is Object[0]).


EMPTY_STRING_ARRAY

public static final java.lang.String[] EMPTY_STRING_ARRAY
Empty array of strings (the value is String[0]).


EMPTY_INT_ARRAY

public static final int[] EMPTY_INT_ARRAY
Empty array of ints (the value is int[0]).


EMPTY_BYTE_ARRAY

public static final byte[] EMPTY_BYTE_ARRAY
Empty array of bytes (the value is byte[0]).


EMPTY_FLOAT_ARRAY

public static final float[] EMPTY_FLOAT_ARRAY
Empty array of floats (the value is float[0]).


EMPTY_ITERATOR

public static final CommonConstants.EmptyIterator EMPTY_ITERATOR
Empty iterator.



Copyright © 2007 ETF and contributors. All Rights Reserved.