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 |
---|---|
Iterator<CalendarException> |
CalendarExceptionCollection.iterator()
Returns an enumerator for this collection.
|
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.
|
void |
CalendarExceptionCollection.copyTo(CalendarException[] array,
int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.
|
Modifier and Type | Method and Description |
---|---|
void |
CalendarExceptionCollection.addRange(Iterable<CalendarException> exceptionList)
Adds range of exceptions to the internal list.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.