Modifier and Type | Method and Description |
---|---|
Iterator<CalendarException> |
CalendarExceptionCollection.iterator()
Returns an iterator over elements from this collection.
|
List<CalendarException> |
CalendarExceptionCollection.toList()
Converts the CalendarExceptionCollection object to a list of
CalendarException objects. |
Modifier and Type | Method and Description |
---|---|
void |
CalendarExceptionCollection.add(CalendarException exception)
Adds CalendarException instance to this collection object.
|
boolean |
CalendarExceptionCollection.remove(CalendarException exception)
Removes
CalendarException instance from this collection. |
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.