public class Const
extends java.lang.Object
Const provides public static final fields with
string and character constants.| Modifier and Type | Field | Description |
|---|---|---|
static char |
colon |
The colon character:
':' |
static char |
comma |
The comma character:
',' |
static int |
giga |
The value 1,000,000,000
|
static char |
hyphen |
The hyphen character:
'-' |
static int |
mega |
The value 1,000,000
|
static char |
MISSING_DATA_CHAR |
The VCF missing-data symbol as a character:
'.' |
static java.lang.String |
MISSING_DATA_STRING |
The VCF missing-data symbol as a string:
"." |
static java.lang.String |
nl |
The system-dependent string representing a new line-line:
System.getProperty("line.separator") |
static char |
phasedSep |
The phased allele separator:
'|' |
static char |
semicolon |
The semicolon character:
';' |
static char |
tab |
The tab character:
'\t' |
static char |
unphasedSep |
The unphased allele separator:
'/' |
public static final java.lang.String nl
System.getProperty("line.separator")public static final java.lang.String MISSING_DATA_STRING
"."public static final char MISSING_DATA_CHAR
'.'public static final char colon
':'public static final char hyphen
'-'public static final char tab
'\t'public static final char semicolon
';'public static final char comma
','public static final char phasedSep
'|'public static final char unphasedSep
'/'public static final int giga
public static final int mega