Class Grisu3.FastDtoaBuilder

  • Enclosing class:
    Grisu3

    static class Grisu3.FastDtoaBuilder
    extends java.lang.Object
    • Constructor Detail

      • FastDtoaBuilder

        FastDtoaBuilder()
    • Method Detail

      • initialize

        int initialize​(long bits)
      • reset

        void reset()
      • append

        void append​(byte c)
      • decreaseLast

        void decreaseLast()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • copyTo

        int copyTo​(byte[] target,
                   int position)
      • write

        public void write​(int firstDigit)
      • toFixedFormat

        private void toFixedFormat​(int firstDigit,
                                   int decPoint)
      • toExponentialFormat

        private void toExponentialFormat​(int firstDigit,
                                         int decPoint)