Package blbutil
Class Const
java.lang.Object
blbutil.Const
Class
Const provides public static final fields with
string and character constants.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final charThe colon character:':'static final charThe comma character:','static final intThe value 1,000,000,000static final charThe hyphen character:'-'static final intThe value 1,000,000static final charThe VCF missing-data symbol as a character:'.'static final StringThe VCF missing-data symbol as a string:"."static final StringThe system-dependent string representing a new line-line:System.getProperty("line.separator")static final charThe phased allele separator:'|'static final charThe semicolon character:';'static final charThe tab character:'\t'static final charThe unphased allele separator:'/' -
Method Summary
-
Field Details
-
nl
The system-dependent string representing a new line-line:System.getProperty("line.separator") -
MISSING_DATA_STRING
The VCF missing-data symbol as a string:"."- See Also:
-
MISSING_DATA_CHAR
public static final char MISSING_DATA_CHARThe VCF missing-data symbol as a character:'.'- See Also:
-
colon
public static final char colonThe colon character:':'- See Also:
-
hyphen
public static final char hyphenThe hyphen character:'-'- See Also:
-
tab
public static final char tabThe tab character:'\t'- See Also:
-
semicolon
public static final char semicolonThe semicolon character:';'- See Also:
-
comma
public static final char commaThe comma character:','- See Also:
-
phasedSep
public static final char phasedSepThe phased allele separator:'|'- See Also:
-
unphasedSep
public static final char unphasedSepThe unphased allele separator:'/'- See Also:
-
giga
public static final int gigaThe value 1,000,000,000- See Also:
-
mega
public static final int megaThe value 1,000,000- See Also:
-