Class AbstractLazyCharIterable.CharMinProcedure

    • Field Summary

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

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

        private char min
    • Constructor Detail

      • CharMinProcedure

        private CharMinProcedure()
    • Method Detail

      • value

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

        public char getValue()