(TemporalAmount threeten)
| 4834 | * @since 4.0 |
| 4835 | */ |
| 4836 | public String format(TemporalAmount threeten) { |
| 4837 | |
| 4838 | return this.format(Duration.from(threeten)); |
| 4839 | |
| 4840 | } |
| 4841 | |
| 4842 | /** |
| 4843 | * <p>Creates a textual output of given temporal amount and writes to |