TEXT
- the type of text to produce from the Replicator.copy()
functionpublic interface SealedText<TEXT extends SealedText<TEXT>> extends TextReplicator<TEXT>, SealedTextValue
text
Modifier and Type | Method and Description |
---|---|
int |
compareToText(CharSequence text)
Compares this object's
text equivalent with the specified
text for order |
boolean |
isEqualToText(CharSequence aValue) |
boolean |
isGreaterOrEqualToText(CharSequence aValue) |
boolean |
isGreaterThanText(CharSequence aValue) |
boolean |
isLessOrEqualToText(CharSequence aValue) |
boolean |
isLessThanText(CharSequence aValue) |
boolean |
isNotEqualToText(CharSequence aValue) |
copyUsingText
copy
codePointAt, codePointBefore, codePointCount, indexOfText, indexOfText, substring, substring
charAt, length, subSequence, toString
isEmpty, isText
int compareToText(CharSequence text)
text
equivalent with the specified
text for ordertext
- text to compare againstComparable.compareTo(Object)
boolean isEqualToText(CharSequence aValue)
boolean isGreaterThanText(CharSequence aValue)
boolean isGreaterOrEqualToText(CharSequence aValue)
boolean isLessThanText(CharSequence aValue)
boolean isLessOrEqualToText(CharSequence aValue)
boolean isNotEqualToText(CharSequence aValue)
Copyright © 2006-2012 Ware-Squared Software Development. All Rights Reserved.