Class AbstractLazyByteIterable.ByteSumProcedure

    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      private ByteSumProcedure()  
    • Method Summary

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

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

      • sum

        private byte sum
    • Constructor Detail

      • ByteSumProcedure

        private ByteSumProcedure()
    • Method Detail

      • value

        public void value​(byte each)
        Specified by:
        value in interface ByteProcedure
      • getValue

        public byte getValue()