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

Method getValue

base/src/main/java/net/time4j/Weekmodel.java:1221–1226  ·  view source on GitHub ↗
(T context)

Source from the content-addressed store, hash-verified

1219 //~ Methoden ------------------------------------------------------
1220
1221 @Override
1222 public Weekday getValue(T context) {
1223
1224 return context.get(CALENDAR_DATE).getDayOfWeek();
1225
1226 }
1227
1228 @Override
1229 public Weekday getMinimum(T context) {

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
getDayOfWeekMethod · 0.45

Tested by

no test coverage detected