@MustImplementEqualsAndHashcode public interface IMultilingualText extends IHasTextWithArgs, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLocaleWithFallback(Locale aLocale)
Check if the passed locale is directly or by fallback contained.
|
ICommonsOrderedMap<Locale,String> |
texts() |
getAsHasDisplayTextWithArgs, getTextWithArgs, getTextWithArgsgetAsHasDisplayText, getComparatorCollating, getText@Nonnull @ReturnsMutableObject ICommonsOrderedMap<Locale,String> texts()
null.boolean containsLocaleWithFallback(@Nullable Locale aLocale)
aLocale - The locale to check. May be null.true if the locale is contained, false if
not.Copyright © 2014–2019 Philip Helger. All rights reserved.