org.wicketstuff.calendarviews.logic
Class DateMidnightIterator
java.lang.Object
org.wicketstuff.calendarviews.logic.DateMidnightIterator
- All Implemented Interfaces:
- Iterator<org.joda.time.DateMidnight>
public class DateMidnightIterator
- extends Object
- implements Iterator<org.joda.time.DateMidnight>
- Author:
- Jeremy Thomerson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateMidnightIterator
public DateMidnightIterator(org.joda.time.DateTime start,
org.joda.time.DateTime end,
int first,
int count)
DateMidnightIterator
public DateMidnightIterator(org.joda.time.DateTime start,
org.joda.time.DateTime end)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<org.joda.time.DateMidnight>
next
public org.joda.time.DateMidnight next()
- Specified by:
next in interface Iterator<org.joda.time.DateMidnight>
remove
public void remove()
- Specified by:
remove in interface Iterator<org.joda.time.DateMidnight>
Copyright © 2011. All Rights Reserved.