(
TemporalAmount threeten,
Appendable buffer
)
| 4864 | * @since 4.0 |
| 4865 | */ |
| 4866 | public void print( |
| 4867 | TemporalAmount threeten, |
| 4868 | Appendable buffer |
| 4869 | ) throws IOException { |
| 4870 | |
| 4871 | this.print(Duration.from(threeten), buffer); |
| 4872 | |
| 4873 | } |
| 4874 | |
| 4875 | @Override |
| 4876 | protected Duration<U> convert(Map<U, Long> map, boolean negative) { |