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

Method getValue

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

Source from the content-addressed store, hash-verified

1775 //~ Methoden ------------------------------------------------------
1776
1777 @Override
1778 public Integer getValue(T context) {
1779
1780 PlainDate date = context.get(CALENDAR_DATE);
1781 return Integer.valueOf(this.getWeek(date));
1782
1783 }
1784
1785 @Override
1786 public Integer getMinimum(T context) {

Callers 1

getChildMethod · 0.95

Calls 3

getWeekMethod · 0.95
getMethod · 0.65
valueOfMethod · 0.45

Tested by

no test coverage detected