Class LongValueBuilder


  • public class LongValueBuilder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LongValueBuilder​(java.lang.String originalString)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(char c)  
      long build()  
      boolean isNegativ()  
      int length()  
      void setNegativ()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LongValueBuilder

        public LongValueBuilder​(java.lang.String originalString)
    • Method Detail

      • add

        public void add​(char c)
      • setNegativ

        public void setNegativ()
      • build

        public long build()
      • length

        public int length()
      • isNegativ

        public boolean isNegativ()