Package blbutil

Class Const


  • public class Const
    extends java.lang.Object
    Class Const provides public static final fields with string and character constants.
    • Field Summary

      Fields 
      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: '/'
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • semicolon

        public static final char semicolon
        The semicolon 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