org.wicketstuff.calendarviews.logic
Class DateMidnightIterator

java.lang.Object
  extended by 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

Constructor Summary
DateMidnightIterator(org.joda.time.DateTime start, org.joda.time.DateTime end)
           
DateMidnightIterator(org.joda.time.DateTime start, org.joda.time.DateTime end, int first, int count)
           
 
Method Summary
 boolean hasNext()
           
 org.joda.time.DateMidnight next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.