Class MRJCharacter

java.lang.Object
org.stianloader.mrjmania.MRJCharacter

public class MRJCharacter extends Object
Polyfills around the Character and related classes.
  • 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.