Class StringIterate.AddCharacterToCollection

  • All Implemented Interfaces:
    java.io.Serializable, CharProcedure
    Enclosing class:
    StringIterate

    private static final class StringIterate.AddCharacterToCollection
    extends java.lang.Object
    implements CharProcedure
    • Method Summary

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

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

      • AddCharacterToCollection

        private AddCharacterToCollection​(MutableCollection<java.lang.Character> characters)
    • Method Detail

      • value

        public void value​(char character)
        Specified by:
        value in interface CharProcedure