Kactoos

kactoos-jvm / nnl.rocks.kactoos.text / JDKUpperText

JDKUpperText

class JDKUpperText : TextEnvelope

Text in upper case.

There is no thread-safety guarantee.

Since 0.5

Constructors

Name Summary
<init> JDKUpperText(origin: Text, locale: Locale)
JDKUpperText(origin: KText)
JDKUpperText(origin: Text)JDKUpperText(origin: KText, locale: Locale)
Text in upper case.

Inherited Functions

Name Summary
asString open fun asString(): String
Convert it to the string.
compareTo open fun compareTo(other: Text): Int
equals open fun equals(other: Any?): Boolean
hashCode open fun hashCode(): Int
toString open fun toString(): String