public static final class Text.NoNulls extends Object implements Text
There is no thread-safety guarantee.
Text.NoNulls
Modifier and Type | Method and Description |
---|---|
String |
asString()
Convert it to the string.
|
int |
compareTo(Text text) |
public NoNulls(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.