Class SpaceMapper.ToNonBreakSpace
java.lang.Object
com.vladsch.flexmark.util.sequence.mappers.SpaceMapper.ToNonBreakSpace
- All Implemented Interfaces:
CharMapper
- Enclosing class:
- SpaceMapper
-
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
-
ToNonBreakSpace
ToNonBreakSpace()
-
-
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
-