Modifier and Type | Field and Description |
---|---|
public static final LocaleExtensions | |
private final Map | |
private final String | |
public static final LocaleExtensions |
Access | Constructor and Description |
---|---|
private | |
pack-priv | LocaleExtensions(Map<InternalLocaleBuilder.
|
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. other)Overrides java. |
public Extension | |
public String | |
public String | |
public Set | |
public Set | |
public Set | |
public String | |
public int | |
public boolean | |
public static boolean | |
public static boolean | |
private static String | |
public String |
CALENDAR_JAPANESE | back to summary |
---|---|
public static final LocaleExtensions CALENDAR_JAPANESE |
extensionMap | back to summary |
---|---|
private final Map<Character, Extension> extensionMap |
id | back to summary |
---|---|
private final String id |
NUMBER_THAI | back to summary |
---|---|
public static final LocaleExtensions NUMBER_THAI |
LocaleExtensions | back to summary |
---|---|
private LocaleExtensions(String id, Character key, Extension value) |
LocaleExtensions | back to summary |
---|---|
pack-priv LocaleExtensions(Map<InternalLocaleBuilder. |
equals | back to summary |
---|---|
public boolean equals(Object other) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
getExtension | back to summary |
---|---|
public Extension getExtension(Character key) |
getExtensionValue | back to summary |
---|---|
public String getExtensionValue(Character key) |
getID | back to summary |
---|---|
public String getID() |
getKeys | back to summary |
---|---|
public Set |
getUnicodeLocaleAttributes | back to summary |
---|---|
public Set |
getUnicodeLocaleKeys | back to summary |
---|---|
public Set |
getUnicodeLocaleType | back to summary |
---|---|
public String getUnicodeLocaleType(String unicodeLocaleKey) |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
isEmpty | back to summary |
---|---|
public boolean isEmpty() |
isValidKey | back to summary |
---|---|
public static boolean isValidKey(char c) |
isValidUnicodeLocaleKey | back to summary |
---|---|
public static boolean isValidUnicodeLocaleKey(String ukey) |
toID | back to summary |
---|---|
private static String toID(SortedMap<Character, Extension> map) |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object. |