public class CalendarBookingIterator
extends java.lang.Object
implements java.util.Iterator<com.liferay.calendar.model.CalendarBooking>
| Constructor and Description |
|---|
CalendarBookingIterator(com.liferay.calendar.model.CalendarBooking calendarBooking) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
com.liferay.calendar.model.CalendarBooking |
next() |
void |
remove() |
public CalendarBookingIterator(com.liferay.calendar.model.CalendarBooking calendarBooking)
throws java.text.ParseException
java.text.ParseExceptionpublic boolean hasNext()
hasNext in interface java.util.Iterator<com.liferay.calendar.model.CalendarBooking>public com.liferay.calendar.model.CalendarBooking next()
next in interface java.util.Iterator<com.liferay.calendar.model.CalendarBooking>public void remove()
remove in interface java.util.Iterator<com.liferay.calendar.model.CalendarBooking>