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