public abstract class Transformer
extends java.lang.Object
| Constructor and Description |
|---|
Transformer() |
| Modifier and Type | Method and Description |
|---|---|
abstract Calendar |
transform(Calendar calendar)
Transforms the specified calendar according to the implementation of this method.
|
Calendar |
transform(CalendarComponent component)
Transforms the specified component according to the transformer implementation.
|
public abstract Calendar transform(Calendar calendar)
calendar - a calendar to transformpublic final Calendar transform(CalendarComponent component)
component - a component to transform