org.wicketstuff.calendarviews.logic
Class DateMidnightIterator

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

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 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.