Package blbutil
Class Const
- java.lang.Object
-
- blbutil.Const
-
public class Const extends java.lang.ObjectClassConstprovides public static final fields with string and character constants.
-
-
Field Summary
Fields Modifier and Type Field Description static charcolonThe colon character:':'static charcommaThe comma character:','static intgigaThe value 1,000,000,000static charhyphenThe hyphen character:'-'static intmegaThe value 1,000,000static charMISSING_DATA_CHARThe VCF missing-data symbol as a character:'.'static java.lang.StringMISSING_DATA_STRINGThe VCF missing-data symbol as a string:"."static java.lang.StringnlThe system-dependent string representing a new line-line:System.getProperty("line.separator")static charphasedSepThe phased allele separator:'|'static charsemicolonThe semicolon character:';'static chartabThe tab character:'\t'static charunphasedSepThe unphased allele separator:'/'
-
-
-
Field Detail
-
nl
public static final java.lang.String nl
The system-dependent string representing a new line-line:System.getProperty("line.separator")
-
MISSING_DATA_STRING
public static final java.lang.String MISSING_DATA_STRING
The VCF missing-data symbol as a string:"."- See Also:
- Constant Field Values
-
MISSING_DATA_CHAR
public static final char MISSING_DATA_CHAR
The VCF missing-data symbol as a character:'.'- See Also:
- Constant Field Values
-
colon
public static final char colon
The colon character:':'- See Also:
- Constant Field Values
-
hyphen
public static final char hyphen
The hyphen character:'-'- See Also:
- Constant Field Values
-
tab
public static final char tab
The tab character:'\t'- See Also:
- Constant Field Values
-
semicolon
public static final char semicolon
The semicolon character:';'- See Also:
- Constant Field Values
-
comma
public static final char comma
The comma character:','- See Also:
- Constant Field Values
-
phasedSep
public static final char phasedSep
The phased allele separator:'|'- See Also:
- Constant Field Values
-
unphasedSep
public static final char unphasedSep
The unphased allele separator:'/'- See Also:
- Constant Field Values
-
giga
public static final int giga
The value 1,000,000,000- See Also:
- Constant Field Values
-
mega
public static final int mega
The value 1,000,000- See Also:
- Constant Field Values
-
-