Uses of Enum
com.lokalized.Ordinality
-
Uses of Ordinality in com.lokalized
Subclasses with type arguments of type Ordinality in com.lokalizedMethods in com.lokalized that return OrdinalityModifier and TypeMethodDescriptionstatic @NonNull OrdinalityGets an appropriate plural ordinality for the given number and locale.static OrdinalityReturns the enum constant of this type with the specified name.static Ordinality[]Ordinality.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.lokalized that return types with arguments of type OrdinalityModifier and TypeMethodDescriptionOrdinality.exampleIntegerValuesForLocale(@NonNull Locale locale) Gets a mapping of ordinalities to example integer values for the given locale.static @NonNull SortedSet<@NonNull Ordinality> Ordinality.supportedOrdinalitiesForLocale(@NonNull Locale locale) Gets the set of ordinalities supported for the given locale.