com.glaivestone.javax.lang
Interface SystemConstants


public interface SystemConstants

Symbolic constants for standard system values.

Author:
Deb Lewis

Field Summary
static java.lang.String NEW_LINE
          The line end token for text on the host platform.
static int NOT_FOUND_INDEX
          The index value returned by standard operations such as indexOf which indicates that the search failed.
 

Field Detail

NEW_LINE

public static final java.lang.String NEW_LINE
The line end token for text on the host platform.


NOT_FOUND_INDEX

public static final int NOT_FOUND_INDEX
The index value returned by standard operations such as indexOf which indicates that the search failed.

See Also:
Constant Field Values

GFL 1.1 API