CLRA 0.1.2

com.clra.web
Class CalendarBean.Minutes

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

public static class CalendarBean.Minutes
extends Object
implements Iterator


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

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