Modifier and Type | Field and Description |
---|---|
Calendar |
value
The
Calendar that is held. |
Constructor and Description |
---|
CalendarHolder()
Make a new
CalendarHolder with a null value.r |
CalendarHolder(Calendar value)
Make a new
CalendarHolder with value as
the value. |
public Calendar value
Calendar
that is held.public CalendarHolder()
CalendarHolder
with a null
value.rpublic CalendarHolder(Calendar value)
CalendarHolder
with value
as
the value.value
- the Calendar
to holdCopyright © The Apache Software Foundation. All Rights Reserved.