Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
public class LocaleString extends Object
| Constructor and Description |
|---|
LocaleString(Locale locale,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
endsWith(String prefix) |
boolean |
equals(Object obj) |
Locale |
getLocale() |
String |
getValue() |
int |
hashCode() |
boolean |
isEmpty() |
boolean |
startsWith(String prefix) |
boolean |
startsWith(String prefix,
int offset) |
LocaleString |
toLowerCase() |
String |
toString() |
LocaleString |
toUpperCase() |
LocaleString |
trim() |
public Locale getLocale()
public String getValue()
public LocaleString toLowerCase()
public LocaleString toUpperCase()
public LocaleString trim()
public boolean isEmpty()
public boolean startsWith(String prefix)
public boolean startsWith(String prefix, int offset)
public boolean endsWith(String prefix)
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.