Class Reduce


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

      Constructors 
      Constructor Description
      Reduce()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object sum​(java.lang.Object arg)  
      static java.lang.Object sum​(java.lang.Object arg, java.lang.Object zero)  
      • Methods inherited from class java.lang.Object

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

      • Reduce

        public Reduce()
    • Method Detail

      • sum

        public static java.lang.Object sum​(java.lang.Object arg)
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • sum

        public static java.lang.Object sum​(java.lang.Object arg,
                                           java.lang.Object zero)
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable