Class AbstractLazyByteIterable.ByteMinProcedure

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte min  
      private boolean visitedOnce  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ByteMinProcedure()  
    • 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

      • visitedOnce

        private boolean visitedOnce
      • min

        private byte min
    • Constructor Detail

      • ByteMinProcedure

        private ByteMinProcedure()
    • Method Detail

      • value

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

        public byte getValue()