Frames | No Frames |
Methods with return type org.joda.time.format.PeriodFormatterBuilder | |
PeriodFormatterBuilder | Appends another formatter. |
PeriodFormatterBuilder | Appends a printer parser pair. |
PeriodFormatterBuilder | Instruct the printer to emit an integer days field, if supported. |
PeriodFormatterBuilder | Instruct the printer to emit an integer hours field, if supported. |
PeriodFormatterBuilder | PeriodFormatterBuilder.appendLiteral(String text) Instructs the printer to emit specific text, and the parser to expect it. |
PeriodFormatterBuilder | Instruct the printer to emit an integer millis field, if supported. |
PeriodFormatterBuilder | Instruct the printer to emit an integer millis field, if supported. |
PeriodFormatterBuilder | Instruct the printer to emit an integer minutes field, if supported. |
PeriodFormatterBuilder | Instruct the printer to emit an integer months field, if supported. |
PeriodFormatterBuilder | PeriodFormatterBuilder.appendPrefix(String text) Append a field prefix which applies only to the next appended field. |
PeriodFormatterBuilder | PeriodFormatterBuilder.appendPrefix(String singularText, String pluralText) Append a field prefix which applies only to the next appended field. |
PeriodFormatterBuilder | Instruct the printer to emit an integer seconds field, if supported. |
PeriodFormatterBuilder | Instruct the printer to emit a combined seconds and millis field, if supported. |
PeriodFormatterBuilder | Instruct the printer to emit a combined seconds and millis field, if supported. |
PeriodFormatterBuilder | PeriodFormatterBuilder.appendSeparator(String text) Append a separator, which is output if fields are printed both before
and after the separator. |
PeriodFormatterBuilder | PeriodFormatterBuilder.appendSeparator(String text, String finalText) Append a separator, which is output if fields are printed both before
and after the separator. |
PeriodFormatterBuilder | PeriodFormatterBuilder.appendSeparator(String text, String finalText, String[] variants) Append a separator, which is output if fields are printed both before
and after the separator. |
PeriodFormatterBuilder | PeriodFormatterBuilder.appendSeparatorIfFieldsAfter(String text) Append a separator, which is output only if fields are printed after the separator. |
PeriodFormatterBuilder | PeriodFormatterBuilder.appendSeparatorIfFieldsBefore(String text) Append a separator, which is output only if fields are printed before the separator. |
PeriodFormatterBuilder | PeriodFormatterBuilder.appendSuffix(String text) Append a field suffix which applies only to the last appended field. |
PeriodFormatterBuilder | PeriodFormatterBuilder.appendSuffix(String singularText, String pluralText) Append a field suffix which applies only to the last appended field. |
PeriodFormatterBuilder | Instruct the printer to emit an integer weeks field, if supported. |
PeriodFormatterBuilder | Instruct the printer to emit an integer years field, if supported. |
PeriodFormatterBuilder | PeriodFormatterBuilder.maximumParsedDigits(int maxDigits) Set the maximum digits parsed for the next and following appended
fields. |
PeriodFormatterBuilder | PeriodFormatterBuilder.minimumPrintedDigits(int minDigits) Set the minimum digits printed for the next and following appended
fields. |
PeriodFormatterBuilder | Always print zero values for the next and following appended fields,
even if the period doesn't support it. |
PeriodFormatterBuilder | Print zero values for the next and following appened fields only if the
period supports it. |
PeriodFormatterBuilder | Never print zero values for the next and following appended fields,
unless no fields would be printed. |
PeriodFormatterBuilder | Never print zero values for the next and following appended fields,
unless no fields would be printed. |
PeriodFormatterBuilder | Never print zero values for the next and following appended fields,
unless no fields would be printed. |
PeriodFormatterBuilder | PeriodFormatterBuilder.rejectSignedValues(boolean v) Reject signed values when parsing the next and following appended fields. |