Class ChangeCase.ToLowerCase

  • All Implemented Interfaces:
    CharMapper
    Enclosing class:
    ChangeCase

    private static class ChangeCase.ToLowerCase
    extends java.lang.Object
    implements CharMapper
    • Field Summary

      • Fields inherited from interface com.vladsch.flexmark.util.sequence.mappers.CharMapper

        IDENTITY
    • Constructor Summary

      Constructors 
      Constructor Description
      ToLowerCase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      char map​(char c)
      Map characters
      • Methods inherited from class java.lang.Object

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

      • ToLowerCase

        ToLowerCase()
    • Method Detail

      • map

        public char map​(char c)
        Description copied from interface: CharMapper
        Map characters
        Specified by:
        map in interface CharMapper
        Parameters:
        c - code point
        Returns:
        mapped character