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

Method createFrom

base/src/main/java/net/time4j/Moment.java:3007–3015  ·  view source on GitHub ↗
(
            TimeSource<?> clock,
            AttributeQuery attributes
        )

Source from the content-addressed store, hash-verified

3005 }
3006
3007 @Override
3008 public Moment createFrom(
3009 TimeSource<?> clock,
3010 AttributeQuery attributes
3011 ) {
3012
3013 return Moment.from(clock.currentTime());
3014
3015 }
3016
3017 @Override
3018 public Moment createFrom(

Callers

nothing calls this directly

Calls 15

fromMethod · 0.95
transformForParseMethod · 0.95
ofMethod · 0.95
axisMethod · 0.95
inMethod · 0.95
ofMethod · 0.95
inTimezoneMethod · 0.95
getFractionalAmountMethod · 0.95
getAbsoluteSecondsMethod · 0.95
getDateUTCMethod · 0.95
plusMethod · 0.95
getNanosecondMethod · 0.95

Tested by

no test coverage detected