Uses of Class
org.dellroad.stuff.text.MessageFmt.NumberFormatArgumentSegment
-
Uses of MessageFmt.NumberFormatArgumentSegment in org.dellroad.stuff.text
Modifier and TypeClassDescriptionstatic class
AnMessageFmt.ArgumentSegment
that formats its argument using aChoiceFormat
.static class
AnMessageFmt.ArgumentSegment
that formats its argument using theNumberFormat
currency instance for the locale.static class
AnMessageFmt.ArgumentSegment
that formats its argument using aDecimalFormat
.static class
AnMessageFmt.ArgumentSegment
that formats its argument using the defaultNumberFormat
for the locale.static class
AnMessageFmt.ArgumentSegment
that formats its argument using theNumberFormat
integer instance for the locale.static class
AnMessageFmt.ArgumentSegment
that formats its argument using theNumberFormat
percent instance for the locale.Modifier and TypeMethodDescriptionprotected <T extends NumberFormat>
voidMessageFmt.SegmentSwitchAdapter.caseNumberFormatArgumentSegment
(MessageFmt.NumberFormatArgumentSegment<T> segment) Internal roll-up method.