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

Method getMaximum

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

Source from the content-addressed store, hash-verified

1791 }
1792
1793 @Override
1794 public Integer getMaximum(T context) {
1795
1796 PlainDate date = context.get(CALENDAR_DATE);
1797 return Integer.valueOf(this.getMaxWeek(date));
1798
1799 }
1800
1801 @Override
1802 public ChronoElement<?> getChildAtFloor(T context) {

Callers

nothing calls this directly

Calls 3

getMaxWeekMethod · 0.95
getMethod · 0.65
valueOfMethod · 0.45

Tested by

no test coverage detected