Class Numeric64BitAdd

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Numeric64BitAdd INSTANCE
      The singleton instance of this class.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Numeric64BitAdd()
      Builds the operator.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • INSTANCE

        public static final Numeric64BitAdd INSTANCE
        The singleton instance of this class.
    • Constructor Detail

      • Numeric64BitAdd

        protected Numeric64BitAdd()
        Builds the operator. This constructor is visible to allow subclassing: instances of this class should be unique, and the singleton can be retrieved through field INSTANCE.
    • Method Detail

      • toString

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