| Class | Description |
|---|---|
| AbbreviatedText |
Abbreviates a Text using ellipses.
|
| Base64Text |
Decodes the origin text using the Base64 encoding scheme.
|
| ComparableText |
Text implementing Comparable.
Below the example how you can sort words in a string: |
| FormattedText |
Text in Sprinf format.
|
| HexOf |
Hexadecimal representation of Bytes.
|
| IsBlank |
Determines if text is blank (consists of spaces) or no.
|
| JoinedText |
Join a Text.
|
| LowerText |
Text in lower case.
|
| NormalizedText |
Normalize (replace sequences of whitespace characters by a single space)
a Text.
|
| PaddedStartText |
Text padded at start to reach the given length.
|
| RandomText |
Random text.
|
| RepeatedText |
Repeat an text count times.
|
| ReplacedText |
Replace the Text.
|
| ReversedText |
Reverse the Text.
|
| RotatedText |
Rotate (circular shift) a String of shift characters.
|
| SplitText |
Split the Text.
|
| SubText |
Extract a substring from a Text.
|
| SwappedCaseText |
Swaps the case of a Text changing upper and title case to lower case,
and lower case to upper case.
|
| SyncText |
Text that is thread-safe.
|
| TextBase64 |
Encodes the origin text using the Base64 encoding scheme.
|
| TextEnvelope |
Text envelope that provides
TextEnvelope.equals(Object) and TextEnvelope.hashCode()
methods. |
| TextOf |
TextOf
|
| TrimmedLeftText |
Text without control characters (char <= 32) only from left.
|
| TrimmedRightText |
Text without control characters (char <= 32) only from right.
|
| TrimmedText |
Text without control characters (char <= 32) from both ends.
|
| UncheckedText |
Text that doesn't throw checked
Exception. |
| UpperText |
Text in upper case.
|
Copyright © 2017–2018 Cactoos. All rights reserved.