Class StringUtils
java.lang.Object
team.lodestar.lodestone.modules.toolkit.util.StringUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringintToRoman(int number) Converts a normal integer to a string of roman numerals.
-
Constructor Details
-
StringUtils
public StringUtils()
-
-
Method Details
-
intToRoman
Converts a normal integer to a string of roman numerals.- Parameters:
number- The input integer- Returns:
- A String consisting of roman numbers
-