Class Smalls.SumFunctionBadIAdd

  • Enclosing class:
    Smalls

    public static class Smalls.SumFunctionBadIAdd
    extends java.lang.Object
    User-defined function.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long add​(short accumulator, int v)  
      long init()  
      • Methods inherited from class java.lang.Object

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

      • SumFunctionBadIAdd

        public SumFunctionBadIAdd()
    • Method Detail

      • init

        public long init()
      • add

        public long add​(short accumulator,
                        int v)