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

Method getMinimum

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

Source from the content-addressed store, hash-verified

1783 }
1784
1785 @Override
1786 public Integer getMinimum(T context) {
1787
1788 PlainDate date = context.get(CALENDAR_DATE);
1789 return Integer.valueOf(this.getMinWeek(date));
1790
1791 }
1792
1793 @Override
1794 public Integer getMaximum(T context) {

Callers

nothing calls this directly

Calls 3

getMinWeekMethod · 0.95
getMethod · 0.65
valueOfMethod · 0.45

Tested by

no test coverage detected