(T context)
| 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) { |
nothing calls this directly
no test coverage detected