Package | Description |
---|---|
com.ibm.icu.text |
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
|
Modifier and Type | Method and Description |
---|---|
SimplePersonName.Builder |
SimplePersonName.Builder.addField(PersonName.NameField field,
Collection<PersonName.FieldModifier> modifiers,
String value)
Sets the value for one field (with optional modifiers) in the new name object.
|
static SimplePersonName.Builder |
SimplePersonName.builder()
Returns a Builder object that can be used to construct a new SimplePersonName object.
|
SimplePersonName.Builder |
SimplePersonName.Builder.setLocale(Locale locale)
Set the locale for the new name object.
|
SimplePersonName.Builder |
SimplePersonName.Builder.setPreferredOrder(PersonName.PreferredOrder preferredOrder)
Set the preferred order for the new name object.
|
Copyright © 2016 Unicode, Inc. and others.