kactoos-jvm / nnl.rocks.kactoos.text / SwappedCaseText
class SwappedCaseText : TextEnvelope
Swaps the case of a Text changing upper and title case to lower case, and lower case to upper case.
Since 0.4
| Name | Summary |
|---|---|
| <init> | SwappedCaseText(origin: Text)SwappedCaseText(origin: KText)Swaps the case of a Text changing upper and title case to lower case, and lower case to upper case. |
| Name | Summary |
|---|---|
| asString | open fun asString(): StringConvert 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 |