kactoos-jvm / nnl.rocks.kactoos.text / RepeatedText
class RepeatedText : TextEnvelope
Repeat an text count times.
There is no thread-safety guarantee.
Since 0.4
| Name | Summary |
|---|---|
| <init> | RepeatedText(origin: Text, count: Int)RepeatedText(text: String, count: Int)RepeatedText(origin: KText, count: Int)Repeat an text count times. |
| 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 |