kactoos-jvm / nnl.rocks.kactoos.text / TrimmedText
class TrimmedText : TextEnvelope
Text without whitespace characters from both ends.
There is no thread-safety guarantee.
Since 0.1
| Name | Summary |
|---|---|
| <init> | TrimmedText(origin: Text)TrimmedText(origin: KText)Text without whitespace characters from both ends. |
| 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 |