public class CalendarExceptionCollection extends Object implements Iterable<CalendarException>
Represents a collection of CalendarException
objects.
Modifier and Type | Method and Description |
---|---|
void |
add(CalendarException exception)
Adds CalendarException instance to this collection object.
|
int |
getCount()
Returns the number of objects contained in this
CalendarExceptionCollection object. |
Calendar |
getParentCalendar()
Returns parent calendar for this object.
|
Iterator<CalendarException> |
iterator()
Returns an iterator over elements from this collection.
|
boolean |
remove(CalendarException exception)
Removes
CalendarException instance from this collection. |
List<CalendarException> |
toList()
Converts the CalendarExceptionCollection object to a list of
CalendarException objects. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public List<CalendarException> toList()
Converts the CalendarExceptionCollection object to a list of CalendarException
objects.
CalendarException
objects.public Calendar getParentCalendar()
Returns parent calendar for this object.
Read only Calendar
.
public Iterator<CalendarException> iterator()
iterator
in interface Iterable<CalendarException>
public void add(CalendarException exception)
Adds CalendarException instance to this collection object.
exception
- CalendarException
instance to add.public int getCount()
Returns the number of objects contained in this CalendarExceptionCollection
object.
Read only int
.
public boolean remove(CalendarException exception)
Removes CalendarException
instance from this collection.
exception
- CalendarException
instance to remove.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.