Package blbutil

Class Const

java.lang.Object
blbutil.Const

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

    Fields
    Modifier and Type
    Field
    Description
    static final char
    The colon character: ':'
    static final char
    The comma character: ','
    static final int
    The value 1,000,000,000
    static final char
    The hyphen character: '-'
    static final int
    The value 1,000,000
    static final char
    The VCF missing-data symbol as a character: '.'
    static final String
    The VCF missing-data symbol as a string: "."
    static final String
    The system-dependent string representing a new line-line: System.getProperty("line.separator")
    static final char
    The phased allele separator: '|'
    static final char
    The semicolon character: ';'
    static final char
    The tab character: '\t'
    static final char
    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 Details

    • nl

      public static final String nl
      The system-dependent string representing a new line-line: System.getProperty("line.separator")
    • MISSING_DATA_STRING

      public static final String MISSING_DATA_STRING
      The VCF missing-data symbol as a string: "."
      See Also:
    • MISSING_DATA_CHAR

      public static final char MISSING_DATA_CHAR
      The VCF missing-data symbol as a character: '.'
      See Also:
    • colon

      public static final char colon
      The colon character: ':'
      See Also:
    • hyphen

      public static final char hyphen
      The hyphen character: '-'
      See Also:
    • tab

      public static final char tab
      The tab character: '\t'
      See Also:
    • semicolon

      public static final char semicolon
      The semicolon character: ';'
      See Also:
    • comma

      public static final char comma
      The comma character: ','
      See Also:
    • phasedSep

      public static final char phasedSep
      The phased allele separator: '|'
      See Also:
    • unphasedSep

      public static final char unphasedSep
      The unphased allele separator: '/'
      See Also:
    • giga

      public static final int giga
      The value 1,000,000,000
      See Also:
    • mega

      public static final int mega
      The value 1,000,000
      See Also: