org.polliwog.utils
Class DateIterator

java.lang.Object
  extended by org.polliwog.utils.DateIterator
All Implemented Interfaces:
java.util.Iterator, PolliwogIterator

public class DateIterator
extends java.lang.Object
implements PolliwogIterator


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

Constructor Detail

DateIterator

public DateIterator()
Method Detail

init

public void init(VisitorData vd)
          throws WeblogException
Specified by:
init in interface PolliwogIterator
Throws:
WeblogException

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

reset

public void reset()
Specified by:
reset in interface PolliwogIterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator


  Copyright © 2007 Gary Bentley. All Rights Reserved.