Uses of Interface
org.sqlite.date.FastDatePrinter.Rule
Packages that use FastDatePrinter.Rule
-
Uses of FastDatePrinter.Rule in org.sqlite.date
Subinterfaces of FastDatePrinter.Rule in org.sqlite.dateModifier and TypeInterfaceDescriptionprivate static interface
Inner class defining a numeric rule.Classes in org.sqlite.date that implement FastDatePrinter.RuleModifier and TypeClassDescriptionprivate static class
Inner class to output a constant single character.private static class
Inner class to output a time zone as a number+/-HHMM
or+/-HH:MM
.private static class
Inner class to output a padded number.private static class
Inner class to output a constant string.private static class
Inner class to output one of a set of values.private static class
Inner class to output a time zone name.private static class
Inner class to output a time zone as a number+/-HHMM
or+/-HH:MM
.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.RuleModifier and TypeFieldDescriptionprivate FastDatePrinter.Rule[]
FastDatePrinter.mRules
The parsed rules.Methods in org.sqlite.date that return types with arguments of type FastDatePrinter.RuleModifier and TypeMethodDescriptionprotected List
<FastDatePrinter.Rule> FastDatePrinter.parsePattern()
Returns a list of Rules given a pattern.