MCPcopy Create free account
hub / github.com/MenoData/Time4J / print

Method print

base/src/main/java/net/time4j/Duration.java:4866–4873  ·  view source on GitHub ↗
(
            TemporalAmount threeten,
            Appendable buffer
        )

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 1

fromMethod · 0.95

Tested by

no test coverage detected