public class MRJCharacter
extends Object
Polyfills around the
Character and related classes.
-
Method Summary
Convert a unicode codepoint to a
String.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
toString
@NotNull
public static @NotNull String toString(int codepoint)
Convert a unicode codepoint to a
String.
- Parameters:
codepoint - The unicode codepoint to convert
- Returns:
- The codepoint represented as a
String.