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 com.vladsch.flexmark.util.sequence.mappers.CharMapper
IDENTITY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vladsch.flexmark.util.sequence.mappers.CharMapper
andThen, compose
-
Constructor Details
-
ToLowerCase
ToLowerCase()
-
-
Method Details
-
map
public char map(char c) Description copied from interface:CharMapper
Map characters- Specified by:
map
in interfaceCharMapper
- Parameters:
c
- code point- Returns:
- mapped character
-