public class ByWeekNoRule<T extends Temporal> extends Object
| Constructor and Description |
|---|
ByWeekNoRule(List<Integer> weekNoList,
Recur.Frequency frequency) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
transform(List<T> dates)
Transforms the specified calendar object according to the implementation of this method.
|
public ByWeekNoRule(List<Integer> weekNoList, Recur.Frequency frequency)
public List<T> transform(List<T> dates)
Transformerdates - a calendar object to transform