public final class LowerText extends Object implements Text
There is no thread-safety guarantee.
Text.NoNulls
Constructor and Description |
---|
LowerText(Text text)
Ctor.
|
LowerText(Text text,
Locale lang)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
asString()
Convert it to the string.
|
int |
compareTo(Text text) |
public LowerText(Text text)
text
- The textpublic String asString() throws IOException
Text
asString
in interface Text
IOException
- If failspublic int compareTo(Text text)
compareTo
in interface Comparable<Text>
Copyright © 2017 Cactoos. All rights reserved.