Uses of Interface
org.sqlite.date.FastDatePrinter.NumberRule
Packages that use FastDatePrinter.NumberRule
-
Uses of FastDatePrinter.NumberRule in org.sqlite.date
Classes in org.sqlite.date that implement FastDatePrinter.NumberRuleModifier and TypeClassDescriptionprivate static class
Inner class to output a padded number.private static class
Inner class to output the twelve hour field.private static class
Inner class to output the twenty four hour field.private static class
Inner class to output a two digit month.private static class
Inner class to output a two digit number.private static class
Inner class to output a two digit year.private static class
Inner class to output an unpadded month.private static class
Inner class to output an unpadded number.Fields in org.sqlite.date declared as FastDatePrinter.NumberRuleModifier and TypeFieldDescriptionprivate final FastDatePrinter.NumberRule
FastDatePrinter.TwelveHourField.mRule
private final FastDatePrinter.NumberRule
FastDatePrinter.TwentyFourHourField.mRule
Methods in org.sqlite.date that return FastDatePrinter.NumberRuleModifier and TypeMethodDescriptionprotected FastDatePrinter.NumberRule
FastDatePrinter.selectNumberRule
(int field, int padding) Gets an appropriate rule for the padding required.Constructors in org.sqlite.date with parameters of type FastDatePrinter.NumberRuleModifierConstructorDescription(package private)
Constructs an instance ofTwelveHourField
with the specifiedNumberRule
.(package private)
Constructs an instance ofTwentyFourHourField
with the specifiedNumberRule
.