kactoos-jvm / nnl.rocks.kactoos.text / RotatedText
class RotatedText : TextEnvelope
Rotate (circular shift) a String of shift characters.
Since 0.4
| Name | Summary |
|---|---|
| <init> | RotatedText(origin: Text, move: Int)RotatedText(origin: KText, move: Int)Rotate (circular shift) a String of shift characters. |
| 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 |