Class AbstractLazyCharIterable.CharMaxProcedure

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private char max  
      private boolean visitedOnce  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CharMaxProcedure()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char getValue()  
      void value​(char 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
      • max

        private char max
    • Constructor Detail

      • CharMaxProcedure

        private CharMaxProcedure()
    • Method Detail

      • value

        public void value​(char each)
        Specified by:
        value in interface CharProcedure
      • getValue

        public char getValue()