Class ChangeCase.ToLowerCase
java.lang.Object
com.vladsch.flexmark.util.sequence.mappers.ChangeCase.ToLowerCase
- All Implemented Interfaces:
CharMapper
- Enclosing class:
ChangeCase
-
Field Summary
Fields inherited from interface CharMapper
IDENTITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CharMapper
andThen, compose
-
Constructor Details
-
ToLowerCase
ToLowerCase()
-
-
Method Details
-
map
public char map(char c) Description copied from interface:CharMapperMap characters- Specified by:
mapin interfaceCharMapper- Parameters:
c- code point- Returns:
- mapped character
-