RomanSeqStyle

org.beangle.commons.text.seq.RomanSeqStyle
See theRomanSeqStyle companion object

罗马数字风格的序列号 I(1),V(5),X(10),L(50),C(100),D(500),M(1000)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def build(seq: Int): String

build.

build.

Attributes

seq

a int.

Returns:

a String object.

Definition Classes
def calcDigit(d: Integer, l: Int): String
def isNumeric(str: String): Boolean
def toRoman(n: String): String