org.wicketstuff.calendarviews.logic
Class DateMidnightIterator
java.lang.Object
org.wicketstuff.calendarviews.logic.DateMidnightIterator
- All Implemented Interfaces:
- java.util.Iterator<org.joda.time.DateMidnight>
public class DateMidnightIterator
- extends java.lang.Object
- implements java.util.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 java.util.Iterator<org.joda.time.DateMidnight>
next
public org.joda.time.DateMidnight next()
- Specified by:
next in interface java.util.Iterator<org.joda.time.DateMidnight>
remove
public void remove()
- Specified by:
remove in interface java.util.Iterator<org.joda.time.DateMidnight>
Copyright © 2010. All Rights Reserved.