Package com.liferay.calendar.util
Class CalendarBookingIterator
java.lang.Object
com.liferay.calendar.util.CalendarBookingIterator
- All Implemented Interfaces:
Iterator<CalendarBooking>
-
Constructor Summary
ConstructorsConstructorDescriptionCalendarBookingIterator
(CalendarBooking calendarBooking) CalendarBookingIterator
(CalendarBooking calendarBooking, TimeZone displayTimeZone) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
CalendarBookingIterator
- Throws:
ParseException
-
CalendarBookingIterator
public CalendarBookingIterator(CalendarBooking calendarBooking, TimeZone displayTimeZone) throws ParseException - Throws:
ParseException
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<CalendarBooking>
-
next
- Specified by:
next
in interfaceIterator<CalendarBooking>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<CalendarBooking>
-