RomanSeqStyle

org.beangle.commons.text.seq.RomanSeqStyle
See theRomanSeqStyle companion object
class RomanSeqStyle extends SeqNumStyle

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

Attributes

Companion
object
Graph
Supertypes
trait SeqNumStyle
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def build(seq: Int): String

build.

build.

Value parameters

seq

a int.

Attributes

Returns

a String object.

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