|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.migration.model24.identity.LocaleInfo.Infos
Hold the several ways to retrieve infos object.
Field Summary | |
private java.util.Map |
byLocale
The info by locale. |
private java.util.Map |
byLocaleCode
The info by locale#toString() code. |
private java.util.Map |
byRFC3066LanguageTag
The info by locale RFC3066 language tag. |
private java.util.List |
list
All the infos. |
private java.util.List |
unmodifiableList
All the infos as an unmodifiable list. |
Constructor Summary | |
LocaleInfo.Infos()
Construct a new info object. |
|
LocaleInfo.Infos(LocaleInfo.Infos that)
Clone the info object state passed as argument. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Map byLocale
private java.util.Map byLocaleCode
private java.util.Map byRFC3066LanguageTag
private java.util.List list
private java.util.List unmodifiableList
Constructor Detail |
public LocaleInfo.Infos()
public LocaleInfo.Infos(LocaleInfo.Infos that)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |