Uses of Interface
com.ibm.icu.impl.duration.PeriodFormatter
Packages that use PeriodFormatter
-
Uses of PeriodFormatter in com.ibm.icu.impl.duration
Classes in com.ibm.icu.impl.duration that implement PeriodFormatterModifier and TypeClassDescription(package private) class
Core implementation class for PeriodFormatter.Fields in com.ibm.icu.impl.duration declared as PeriodFormatterModifier and TypeFieldDescriptionprivate PeriodFormatter
BasicDurationFormatter.formatter
private PeriodFormatter
BasicDurationFormatterFactory.formatter
(package private) PeriodFormatter
BasicDurationFormat.pformatter
Methods in com.ibm.icu.impl.duration that return PeriodFormatterModifier and TypeMethodDescriptionBasicPeriodFormatterFactory.getFormatter()
PeriodFormatterFactory.getFormatter()
Return a formatter based on this factory's current settings.BasicDurationFormatterFactory.getPeriodFormatter()
Return the current period formatter.BasicPeriodFormatter.withLocale
(String locName) PeriodFormatter.withLocale
(String localeName) Return a new PeriodFormatter with the same customizations but using data for a new locale.Methods in com.ibm.icu.impl.duration with parameters of type PeriodFormatterModifier and TypeMethodDescriptionBasicDurationFormatterFactory.setPeriodFormatter
(PeriodFormatter formatter) Set the period formatter used by the factory.DurationFormatterFactory.setPeriodFormatter
(PeriodFormatter formatter) Set the period formatter used by the factory.Constructors in com.ibm.icu.impl.duration with parameters of type PeriodFormatterModifierConstructorDescriptionBasicDurationFormatter
(PeriodFormatter formatter, PeriodBuilder builder, DateFormatter fallback, long fallbackLimit) Creates a basic duration formatter with the given formatter, builder, and fallback.protected
BasicDurationFormatter
(PeriodFormatter formatter, PeriodBuilder builder, DateFormatter fallback, long fallbackLimit, String localeName, TimeZone timeZone)