Modifier and Type | Method and Description |
---|---|
CalendarException |
CalendarExceptionCollection.get(int index)
(@inheritDoc}
|
CalendarException |
CalendarExceptionCollection.remove(int index)
Removes the element at the specified position in this list.
|
Modifier and Type | Method and Description |
---|---|
List<CalendarException> |
CalendarExceptionCollection.toList()
Converts the CalendarExceptionCollection object to a list of
CalendarException objects. |
Modifier and Type | Method and Description |
---|---|
boolean |
CalendarExceptionCollection.add(CalendarException item)
Adds CalendarException instance to this collection object.
|
void |
CalendarExceptionCollection.add(int index,
CalendarException element)
Inserts the specified element at the specified position in this list.
|
Modifier and Type | Method and Description |
---|---|
void |
CalendarExceptionCollection.addRange(Iterable<CalendarException> rangeOfExceptions)
Adds range of exceptions to the internal list.
|