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

Method convert

base/src/main/java/net/time4j/Duration.java:4875–4880  ·  view source on GitHub ↗
(Map<U, Long> map, boolean negative)

Source from the content-addressed store, hash-verified

4873 }
4874
4875 @Override
4876 protected Duration<U> convert(Map<U, Long> map, boolean negative) {
4877
4878 return Duration.create(map, negative);
4879
4880 }
4881
4882 @SuppressWarnings("unchecked")
4883 @Override

Callers

nothing calls this directly

Calls 1

createMethod · 0.95

Tested by

no test coverage detected