public class EventCalendar extends Object implements Iterable<EventCalendarItem>
| Modifier and Type | Method and Description |
|---|---|
void |
add(EventCalendarItem item)
Adds the
EventCalendarItem to this object. |
void |
clear()
Removes all
EventCalendarItem from this object. |
Iterator<EventCalendarItem> |
iterator() |
int |
size() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic int size()
public Iterator<EventCalendarItem> iterator()
iterator in interface Iterable<EventCalendarItem>EventCalendarItempublic void add(EventCalendarItem item)
EventCalendarItem to this object.item - EventCalendarItempublic void clear()
EventCalendarItem from this object.Copyright © 2021. All rights reserved.