Class AbstractLazyShortIterable.ShortSumProcedure

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private short sum  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ShortSumProcedure()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short getValue()  
      void value​(short each)  
      • Methods inherited from class java.lang.Object

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

      • sum

        private short sum
    • Constructor Detail

      • ShortSumProcedure

        private ShortSumProcedure()
    • Method Detail

      • getValue

        public short getValue()