Uses of Class
com.lokalized.Range
-
Uses of Range in com.lokalized
Methods in com.lokalized that return RangeModifier and TypeMethodDescriptionstatic <T> Range<T> Range.emptyFiniteRange()Gets the empty finite range.static <T> Range<T> Range.emptyInfiniteRange()Gets the empty infinite range.Range.ofFiniteValues(@NonNull T @Nullable ... values) Provides a finite range for the given values.Range.ofFiniteValues(@NonNull Collection<@NonNull T> values) Provides a finite range for the given values.Range.ofInfiniteValues(@NonNull T @Nullable ... values) Provides an infinite range for the given values.Range.ofInfiniteValues(@NonNull Collection<@NonNull T> values) Provides an infinite range for the given values.Methods in com.lokalized that return types with arguments of type RangeModifier and TypeMethodDescriptionstatic @NonNull SortedMap<@NonNull Cardinality, @NonNull Range<@NonNull BigDecimal>> Cardinality.exampleDecimalValuesForLocale(@NonNull Locale locale) Gets a mapping of cardinalities to example decimal values for the given locale.Cardinality.exampleIntegerValuesForLocale(@NonNull Locale locale) Gets a mapping of cardinalities to example integer values for the given locale.Ordinality.exampleIntegerValuesForLocale(@NonNull Locale locale) Gets a mapping of ordinalities to example integer values for the given locale.