public class DefaultStringWithAlias extends Object implements StringWithAlias
| Constructor and Description |
|---|
DefaultStringWithAlias(String value) |
| 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() |
public DefaultStringWithAlias(String value)
public StringWithAlias add(String value)
add in interface StringWithAliaspublic List getAlias()
getAlias in interface StringWithAliaspublic boolean equals(Object other)
equals in interface StringWithAliasequals in class Objectpublic boolean equalsIgnoreCase(Object other)
equalsIgnoreCase in interface StringWithAliaspublic boolean endsWith(Object suffix)
endsWith in interface StringWithAliaspublic boolean startsWith(Object suffix)
startsWith in interface StringWithAliaspublic boolean startsWith(Object suffix, int toffset)
startsWith in interface StringWithAliaspublic boolean matches(String regex)
matches in interface StringWithAliaspublic int compareTo(Object other)
compareTo in interface StringWithAliaspublic int compareToIgnoreCase(Object other)
compareToIgnoreCase in interface StringWithAliaspublic String toString()
toString in interface StringWithAliastoString in class Objectpublic String concat(Object other)
concat in interface StringWithAlias