hirondelle.movies.util
Class Consts
Object
Consts
public final class Consts
- extends Object
Collected constants of very general utility.
All constants are immutable.
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NEW_LINE
public static final String NEW_LINE
- Newline separator. This constant is especially useful.
Less experienced programmers will create new lines using '\r' and '\n' - but that
is faulty, since it's not portable between operating systems.
FILE_SEPARATOR
public static final String FILE_SEPARATOR
PATH_SEPARATOR
public static final String PATH_SEPARATOR
EMPTY_STRING
public static final String EMPTY_STRING
- See Also:
- Constant Field Values
SPACE
public static final String SPACE
- See Also:
- Constant Field Values
TAB
public static final String TAB
- See Also:
- Constant Field Values
Copyright Hirondelle Systems - Generated 2008Dec30.15.53