public interface StringWithAlias
Modifier and Type | Method and Description |
---|---|
StringWithAlias |
add(String value) |
int |
compareTo(Object other) |
int |
compareToIgnoreCase(Object other) |
String |
concat(Object other) |
boolean |
endsWith(Object suffix) |
boolean |
equals(Object other) |
boolean |
equalsIgnoreCase(Object other) |
List |
getAlias() |
boolean |
matches(String regex) |
boolean |
startsWith(Object suffix) |
boolean |
startsWith(Object suffix,
int toffset) |
String |
toString() |
StringWithAlias add(String value)
List getAlias()
boolean equalsIgnoreCase(Object other)
boolean matches(String regex)
boolean endsWith(Object suffix)
boolean startsWith(Object suffix)
boolean startsWith(Object suffix, int toffset)
int compareTo(Object other)
int compareToIgnoreCase(Object other)