CLRA 0.1.2

com.clra.web
Class CalendarBean.Days

java.lang.Object
  |
  +--com.clra.web.CalendarBean.Days
All Implemented Interfaces:
Iterator
Enclosing class:
CalendarBean

public static class CalendarBean.Days
extends Object
implements Iterator


Constructor Summary
CalendarBean.Days()
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarBean.Days

public CalendarBean.Days()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Specified by:
remove in interface Iterator

CLRA 0.1.2