CLRA 0.1.2

com.clra.web
Class CalendarBean.AmPm

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

public static class CalendarBean.AmPm
extends Object
implements Iterator


Constructor Summary
CalendarBean.AmPm()
           
 
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.AmPm

public CalendarBean.AmPm()
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